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