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