IReadOnlyAttributeAsDateTimeUtc Method (DateTime) |
Value converted to a DateTime in the UTC timezone using the default value if null.
If the value cannot be converted, an exception is thrown
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax DateTime AsDateTimeUtc(
DateTime defaultValue
)
Function AsDateTimeUtc (
defaultValue As DateTime
) As DateTime
Parameters
- defaultValue
- Type: SystemDateTime
Return Value
Type:
DateTimeSee Also