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


IDataGraphTAxisProperties.DateTimeFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTAxisProperties Interface > IDataGraphTAxisProperties.DateTimeFormat Property
ArcGIS Developer Help

IDataGraphTAxisProperties.DateTimeFormat Property

Format string for axis date/time labels.

[Visual Basic .NET]
Public Property DateTimeFormat As String
[C#]
public string DateTimeFormat {get; set;}
[C++]
HRESULT get_DateTimeFormat(
  System.String* Format
);
[C++]
HRESULT put_DateTimeFormat(
  BSTR Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type BSTR* Format [in]
Format is a parameter of type BSTR

Product Availability

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

See Also

IDataGraphTAxisProperties Interface