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


IImageServiceInfo2.TimeValueFormat Property (ArcObjects .NET 10.4 SDK)
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