ArcObjects Library Reference  (TrackingAnalyst)    

ITimeRegionalSettings.DateStyleFormat Property

Date style used when parsing the date portion of a time string in the temporal column.

[Visual Basic 6.0]
Property DateStyleFormat As String
[Visual Basic .NET]
Public Property DateStyleFormat As String
[C#]
public string DateStyleFormat {get; set;}
[Java]
public String getDateStyleFormat()
throws
    IOException,
    AutomationException
[Java]
public void setDateStyleFormat(
String DateStyleFormat
)
throws
    IOException,
    AutomationException
[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeRegionalSettings Interface

 


Feedback Send feedback on this page