This document is archived and information here might be outdated.  Recommended version.


ITimeZoneFactory2.QueryLocalTimeReference Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory2 Interface > ITimeZoneFactory2.QueryLocalTimeReference Method
ArcGIS Developer Help

ITimeZoneFactory2.QueryLocalTimeReference Method

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
);
[C++]
Parameters
exactMatch [in]

exactMatch is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeZoneFactory2 Interface