Click or drag to resize
DateTimeFilterValueFilterType Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the DateTimeFilterType that applies to this filter value.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DateTimeFilterValueDateTimeFilterType FilterType { get; set; }

Property Value

Type: DateTimeFilterValueDateTimeFilterType
The DateTimeFilterType that applies to this filter value.

Return Value

Type: DateTimeFilterValueDateTimeFilterType
The DateTimeFilterType that applies to this filter value.
Remarks
Determins if this filter applies to a date (0) or a datetime (1).
See Also