This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory2 Interface > ITimeZoneFactory2.QueryLocalTimeReference Method (ArcObjects .NET 10.5 SDK) |
Obtains the machine's current local time reference. Set exactMatch to true to ensure exact retrieval of a customized machine's local time reference, or to false to obtain a pre-defined time reference, which is the closest match to the machine's current local t
[Visual Basic .NET] Public Function QueryLocalTimeReference ( _ ByVal exactMatch As Boolean _ ) As ITimeReference
[C#] public ITimeReference QueryLocalTimeReference ( bool exactMatch );
[C++]
HRESULT QueryLocalTimeReference(
VARIANT_BOOL exactMatch,
ITimeReference** localTimeReference
);
[C++]
Parameters exactMatch [in] exactMatch is a parameter of type VARIANT_BOOL localTimeReference [out, retval]
localTimeReference is a parameter of type ITimeReference