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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.