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.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family