ArcGIS API for WPF - Library Reference
TimeExtent Constructor(DateTime,DateTime)
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TimeExtent Class > TimeExtent Constructor : TimeExtent Constructor(DateTime,DateTime)

startTime
The start.
endTime
The end.
Initializes a new instance of the TimeExtent class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal startTime As Date, _
   ByVal endTime As Date _
)
C# 
public TimeExtent( 
   DateTime startTime,
   DateTime endTime
)

Parameters

startTime
The start.
endTime
The end.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.