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