public static IEnumerable<DateOnly> EnumerateInStepsUntil(
this DateOnly startDate,
DateOnly endDate,
TimeSpan distance
)
Dim startDate As DateOnly
Dim endDate As DateOnly
Dim distance As TimeSpan
Dim returnValue As IEnumerable(Of DateOnly)
returnValue = startDate.EnumerateInStepsUntil(endDate,
distance)
public:
[ExtensionAttribute]
static IEnumerable<DateOnly>^ EnumerateInStepsUntil(
DateOnly startDate,
DateOnly endDate,
TimeSpan distance
)
No code example is currently available or this language may not be supported.