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 > ITime Interface > ITime.QueryTimeString Method (ArcObjects .NET 10.5 SDK) |
Obtains the time as a string, based on the given time string format.
[Visual Basic .NET] Public Function QueryTimeString ( _ ByVal timeStringFormat As esriTimeStringFormat _ ) As String
[C#] public string QueryTimeString ( esriTimeStringFormat timeStringFormat );
[C++]
HRESULT QueryTimeString(
esriTimeStringFormat timeStringFormat,
BSTR* timeString
);
[C++]
Parameters timeStringFormat [in]
timeStringFormat is a parameter of type esriTimeStringFormat timeString [out, retval] timeString is a parameter of type BSTR