GetTimeZoneCodeByLocalizedNameRequest.LocalizedStandardName Property

Definition

Gets or sets the localized name to search for.

public:
 property System::String ^ LocalizedStandardName { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedStandardName { get; set; }
member this.LocalizedStandardName : string with get, set
Public Property LocalizedStandardName As String

Property Value

The localized name to search for.

Remarks

For example, for the Western Time Zone in the United States and Canada, specify "Pacific Standard Time" or, for summer, “Pacific Daylight Time”.

Applies to