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