GoogleDateParameter Conversion (GoogleDateParameter 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 (
GoogleDateParameter param
)
Public Shared Narrowing Operator CType (
param As GoogleDateParameter
) As DateTime
static explicit operator DateTime (
GoogleDateParameter^ param
)
JavaScript does not support the declaration of new casting operators.
Parameters
- param
- Type: DataPA.Utils.QueryEngineGoogleDateParameter
The GoogleDateParameter
Return Value
Type:
DateTimeA Date value
See Also