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


IImageServiceInfo2.TimeValueFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.TimeValueFormat Property
ArcGIS Developer Help

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(
  System.String* 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