This document is archived and information here might be outdated. Recommended version. |
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