This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeRegionalSettings Interface > ITimeRegionalSettings.TimeStyleFormat Property (ArcObjects .NET 10.5 SDK) |
Time formatting style used to parse the time portion of a time string in the temporal column.
[Visual Basic .NET] Public Property TimeStyleFormat As String
[C#] public string TimeStyleFormat {get; set;}
[C++]
HRESULT get_TimeStyleFormat(
BSTR* pbstrTimeStyleFormat
);
[C++]
HRESULT put_TimeStyleFormat(
BSTR pbstrTimeStyleFormat
);
[C++]
Parameters pbstrTimeStyleFormat [out, retval] pbstrTimeStyleFormat is a parameter of type BSTR pbstrTimeStyleFormat [in] pbstrTimeStyleFormat is a parameter of type BSTR