GetTimeZoneCodeByLocalizedName Function

Retrieves the time zone code for the specified localized time zone name.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
LocalizedStandardName
Edm.String False False

The localized name to search for.

LocaleId
Edm.Int32 False True

The locale ID.

Return Type

Type Nullable Description
GetTimeZoneCodeByLocalizedNameResponse False The GetTimeZoneCodeByLocalizedName function returns the following value.

Entities

Use the GetTimeZoneCodeByLocalizedName function with these entity types:

Name Display Name Description
timezonedefinition Time Zone Definition Time zone definition, including name and time zone code.

See also