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


IMapServerTimeInfo.DefaultTimeWindow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServerTimeInfo.DefaultTimeWindow Property

The recommended time window expressed in the same units as the time interval for the service.

[Visual Basic .NET]
Public ReadOnly Property DefaultTimeWindow As Double
[C#]
public double DefaultTimeWindow {get;}
[C++]
HRESULT get_DefaultTimeWindow(
  double* duration
);
[C++]

Parameters duration [out, retval] duration is a parameter of type double

Product Availability

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

See Also

IMapServerTimeInfo Interface