Calendar.GetTimeZone Method
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.
public:
virtual Platform::String ^ GetTimeZone() = GetTimeZone;
winrt::hstring GetTimeZone();
public string GetTimeZone();
function getTimeZone()
Public Function GetTimeZone () As String
Returns
The identifier from the IANA Time Zone Database that identifies the time zone that is used by this Calendar object. (An example is "America/Los_Angeles" for Pacific Time.)