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