DateConvert
Converts local time to Coordinated Universal Time (UTC), or UTC to local time.
The function uses the daylight savings settings in the executing computer to compute daylight savings time, if required.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The conversion type. Valid values are "utc2Local" and "local2Utc". | |
|
|
| The date to convert. |
Examples
Related
Last updated