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


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

ITime.QueryTimeStringCurrentLocale Method

Obtains the time as a string, based on the current locale.

[Visual Basic .NET]
Public Function QueryTimeStringCurrentLocale ( _
    ByVal timeLocaleFormat As esriTimeLocaleFormat _
) As String
[C#]
public string QueryTimeStringCurrentLocale (
    esriTimeLocaleFormat timeLocaleFormat
);
[C++]
HRESULT QueryTimeStringCurrentLocale(
  esriTimeLocaleFormat timeLocaleFormat
);
[C++]
Parameters
timeLocaleFormat [in]

timeLocaleFormat is a parameter of type esriTimeLocaleFormat

Product Availability

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

See Also

ITime Interface