public static List<DateTimeRange> Split(
this DateTime startDate,
DateTime endDate,
int parts
)
Dim startDate As DateTime
Dim endDate As DateTime
Dim parts As Integer
Dim returnValue As List(Of DateTimeRange)
returnValue = startDate.Split(endDate,
parts)
public:
[ExtensionAttribute]
static List<DateTimeRange^>^ Split(
DateTime startDate,
DateTime endDate,
int parts
)
No code example is currently available or this language may not be supported.