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