Home > Working with SGWorld > DateTime (IDateTime6) > TimeZoneKey

TimeZoneKey

Returns or sets a key of the used time zone, e.g., "Alaska Standard Time". The key can be one of the VALUE attributes of an OPTION node in the XML returned from TimeZonesXML.

 

JavaScript

 

TimeZoneKey

 

C#

 

string TimeZoneKey { get; set; }

 

C++

 

HRESULT TimeZoneKey([out, retval] BSTR* pVal)

HRESULT TimeZoneKey([in] BSTR pVal)