TimeArrayType Property
The TimeArrayType property sets or returns the type of array used for date values.
Syntax
Column .TimeArrayType
Applies To
Discussion
A date array is a group of four or twelve contiguous columns that contain quarterly or monthly transaction values. If you store your transaction data monthly or quarterly, we recommend that you define the columns as members of a date array rather than as individual measures.
This property specifies an array of months or quarters. You must also set the TimeArrayColumn and TimeArrayStartMonth properties.
TimeArrayType uses the values of xtrTimeArrayType.
Type
Constant - xtrTimeArrayType
Access
Read/Write