ArcObjects Library Reference (Carto)  

IImageServiceInfo2.TimeValueFormat Property

The time value format.

[Visual Basic .NET]
Public Property TimeValueFormat As String
[C#]
public string TimeValueFormat {get; set;}
[C++]
HRESULT get_TimeValueFormat(
  BSTR* pTimeFormat
);
[C++]
HRESULT put_TimeValueFormat(
  BSTR pTimeFormat
);
[C++]

Parameters

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

Product Availability

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

See Also

IImageServiceInfo2 Interface