This document is archived and information here might be outdated. Recommended version. |
The time zone information associated with the time reference.
[Visual Basic .NET] Public Property TimeZoneInfo As ITimeZoneInfo
[C#] public ITimeZoneInfo TimeZoneInfo {get; set;}
[C++]
HRESULT get_TimeZoneInfo(
ITimeZoneInfo** timeZone
);
[C++]
HRESULT putref_TimeZoneInfo(
ITimeZoneInfo* timeZone
);
[C++] Parameters timeZone [out, retval]
timeZone is a parameter of type ITimeZoneInfo** timeZone [in]
timeZone is a parameter of type ITimeZoneInfo*