Intersoft.Client.UI.DataVisualization.Utilities Namespace > ValueHelper Class : GetTimeSpanIntervalsInclusive Method |
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 )
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