DateTimeFilterValueFilterType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the DateTimeFilterType that applies to this filter value.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTimeFilterValueDateTimeFilterType FilterType { get; set; }
Public Property FilterType As DateTimeFilterValueDateTimeFilterType
Get
Set
public:
virtual property DateTimeFilterValueDateTimeFilterType FilterType {
DateTimeFilterValueDateTimeFilterType get () sealed;
void set (DateTimeFilterValueDateTimeFilterType value) sealed;
}
function get_FilterType();
function set_FilterType(value);
Property Value
Type:
DateTimeFilterValueDateTimeFilterTypeThe DateTimeFilterType that applies to this filter value.
Return Value
Type:
DateTimeFilterValueDateTimeFilterTypeThe DateTimeFilterType that applies to this filter value.
Remarks Determins if this filter applies to a date (0) or a datetime (1).
See Also