GetTimeZoneCodeByLocalizedNameRequest.LocalizedStandardName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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”.