LocalTimeFromUtcTime Function
Retrieves the local time for the specified Coordinated Universal Time (UTC).
Parameters
Parameters allow for data to be passed to the function.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
TimeZoneCode
|
Edm.Int32 | False | True | The time zone code. |
|
UtcTime
|
Edm.DateTimeOffset | False | True | The Coordinated Universal Time (UTC). |
Return type
| Type | Nullable | Description |
|---|---|---|
| LocalTimeFromUtcTimeResponse | False | Contains the response of the LocalTimeFromUtcTime function. |
Entities
Use the LocalTimeFromUtcTime function with these entity types:
| Name | Display name | Description |
|---|---|---|
| timezonedefinition | Time Zone Definition | Time zone definition, including name and time zone code. |