The Date Kind of originalDate is very important and determines how the conversion is done - generally this would be Unspecified.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| date | Date | |||
| utcDate | Date | ByRef | The converted Date value with DateTimeKind of 'Utc'. | |
| timeZoneId | String | Optional | Optional time zone to convert from. This may be either the TimeZone Key or the Windows Id. Do not set if DateTimeKind is already UTC or Local (unless the local Time Zone is specified). |
A Boolean value indicating success.