Click or drag to resize
DateTimeFilterValue  Conversion (DateTimeFilterValue to DateTime) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Implements the conversion of GoogleDateParameter objects to date

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static explicit operator DateTime (
	DateTimeFilterValue dateTimeFilter
)

Parameters

dateTimeFilter
Type: DataPA.Utils.QueryEngineDateTimeFilterValue
The GoogleDateParameter

Return Value

Type: DateTime
A Date value
See Also