Provides access to core objects contained within the map document.
Members
| Name | Description | |
|---|---|---|
![]()  | 
DefaultTimeInterval | The recommended default time interval to be used to animate the layer/table in the service. | 
![]()  | 
DefaultTimeIntervalUnits | The recommended default time interval units to be used to animate the layer/table in the service. | 
![]()  | 
DefaultTimeWindow | The recommended time window expressed in the same units as the time interval for the service. | 
![]()  | 
FullTimeExtent | TimeExtent of interest that the map as been authored. | 
IMapServerTimeInfo.DefaultTimeInterval Property
The recommended default time interval to be used to animate the layer/table in the service.
Public ReadOnly Property DefaultTimeInterval As Double
public double DefaultTimeInterval {get;}
IMapServerTimeInfo.DefaultTimeIntervalUnits Property
The recommended default time interval units to be used to animate the layer/table in the service.
Public ReadOnly Property DefaultTimeIntervalUnits As esriTimeUnits
public esriTimeUnits DefaultTimeIntervalUnits {get;}
IMapServerTimeInfo.DefaultTimeWindow Property
The recommended time window expressed in the same units as the time interval for the service.
Public ReadOnly Property DefaultTimeWindow As Double
public double DefaultTimeWindow {get;}
IMapServerTimeInfo.FullTimeExtent Property
TimeExtent of interest that the map as been authored.
Public ReadOnly Property FullTimeExtent As ITimeExtent
public ITimeExtent FullTimeExtent {get;}
Classes that implement IMapServerTimeInfo
| Classes | Description | 
|---|---|
| MapServerInfo | The Map Server Info coclass provides read-only information about a map. | 
