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