Intersoft ClientUI Documentation
GetTimeSpanIntervalsInclusive Method



The time span to split.
The number of time spans to return.
Returns a sequence of time span values within a time span inclusive.
Syntax
Public Shared Function GetTimeSpanIntervalsInclusive( _
   ByVal timeSpan As TimeSpan, _
   ByVal count As Long _
) As IEnumerable(Of TimeSpan)
Dim timeSpan As TimeSpan
Dim count As Long
Dim value As IEnumerable(Of TimeSpan)
 
value = ValueHelper.GetTimeSpanIntervalsInclusive(timeSpan, count)
public static IEnumerable<TimeSpan> GetTimeSpanIntervalsInclusive( 
   TimeSpan timeSpan,
   long count
)
public:
static IEnumerable<TimeSpan>^ GetTimeSpanIntervalsInclusive( 
   TimeSpan timeSpan,
   int64 count
) 

Parameters

timeSpan
The time span to split.
count
The number of time spans to return.

Return Value

A sequence of time spans.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueHelper Class
ValueHelper Members

Send Feedback