This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDimensionDefinition Interface > ITimeDimensionDefinition.TimeDimensionFormat Property (ArcObjects .NET 10.4 SDK) |
Returns the format of the dimension that represents time.
[Visual Basic .NET] Public Property TimeDimensionFormat As String
[C#] public string TimeDimensionFormat {get; set;}
[C++]
HRESULT get_TimeDimensionFormat(
BSTR* Format
);
[C++]
HRESULT put_TimeDimensionFormat(
BSTR Format
);
[C++]
Parameters Format [out, retval] Format is a parameter of type BSTR Format [in] Format is a parameter of type BSTR