ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxFeatureClass.TimeFieldFormat Property

The format used to parse time fields.

[Visual Basic .NET]
Public Property TimeFieldFormat As String
[C#]
public string TimeFieldFormat {get; set;}
[C++]
HRESULT get_TimeFieldFormat(
  BSTR* TimeFieldFormat
);
[C++]
HRESULT put_TimeFieldFormat(
  BSTR TimeFieldFormat
);
[C++]

Parameters

TimeFieldFormat [out, retval]   TimeFieldFormat is a parameter of type BSTR TimeFieldFormat [in]   TimeFieldFormat is a parameter of type BSTR

Product Availability

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

See Also

ITxFeatureClass Interface