ArcGIS Runtime SDK for WPF - Library Reference
CreateTimeStopsByTimeInterval Method
See Also 
ESRI.ArcGIS.Client.Toolkit Namespace > TimeSlider Class : CreateTimeStopsByTimeInterval Method

extent
The time extent.
interval
Interval between each time stop.
Creates time stops within an interval dispersed with by specified System.TimeSpan.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateTimeStopsByTimeInterval( _
   ByVal extent As TimeExtent, _
   ByVal interval As TimeSpan _
) As IEnumerable(Of Date)
C# 
public static IEnumerable<DateTime> CreateTimeStopsByTimeInterval( 
   TimeExtent extent,
   TimeSpan interval
)

Parameters

extent
The time extent.
interval
Interval between each time stop.

Return Value

IEnumerable of time stops.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.