DateTimeFilterValue Conversion (DateTimeFilterValue to DateTime) |
|
DataPA OpenAnalytics API Reference
Implements the conversion of GoogleDateParameter objects to date
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static explicit operator DateTime (
DateTimeFilterValue dateTimeFilter
)
Public Shared Narrowing Operator CType (
dateTimeFilter As DateTimeFilterValue
) As DateTime
static explicit operator DateTime (
DateTimeFilterValue^ dateTimeFilter
)
JavaScript does not support the declaration of new casting operators.
Parameters
- dateTimeFilter
- Type: DataPA.Utils.QueryEngineDateTimeFilterValue
The GoogleDateParameter
Return Value
Type:
DateTimeA Date value
See Also