ArcGIS API for Silverlight - Library Reference
CreateTimeStopsByCount Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > TimeSlider Class : CreateTimeStopsByCount Method

extent
The time extent.
count
Number of stops.
Creates the specified number of time stops evenly distributed in the time extent.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateTimeStopsByCount( _
   ByVal extent As TimeExtent, _
   ByVal count As Integer _
) As IEnumerable(Of Date)
C# 
public static IEnumerable<DateTime> CreateTimeStopsByCount( 
   TimeExtent extent,
   int count
)

Parameters

extent
The time extent.
count
Number of stops.

Return Value

IEnumerable of time stops.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.