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


IMapServerTimeInfo.DefaultTimeWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerTimeInfo Interface > IMapServerTimeInfo.DefaultTimeWindow Property
ArcGIS Developer Help

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