FieldDateGroupType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates how dates will be grouped for this column
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FieldDateGroupTypeEnum DateGroupType { get; set; }
Public Property DateGroupType As FieldDateGroupTypeEnum
Get
Set
public:
virtual property FieldDateGroupTypeEnum DateGroupType {
FieldDateGroupTypeEnum get () sealed;
void set (FieldDateGroupTypeEnum value) sealed;
}
function get_DateGroupType();
function set_DateGroupType(value);
Property Value
Type:
FieldDateGroupTypeEnumA value that indicates how dates will be grouped for this column
Return Value
Type:
FieldDateGroupTypeEnumA value that indicates how dates will be grouped for this column
Remarks See Also