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.DateStyleFormat Property (ArcObjects .NET 10.5 SDK) |
Date style used when parsing the date portion of a time string in the temporal column.
[Visual Basic .NET] Public Property DateStyleFormat As String
[C#] public string DateStyleFormat {get; set;}
[C++]
HRESULT get_DateStyleFormat(
BSTR* pbstrDateStyleFormat
);
[C++]
HRESULT put_DateStyleFormat(
BSTR pbstrDateStyleFormat
);
[C++]
Parameters pbstrDateStyleFormat [out, retval] pbstrDateStyleFormat is a parameter of type BSTR pbstrDateStyleFormat [in] pbstrDateStyleFormat is a parameter of type BSTR