-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
Remove necessity for setting the initial value to DateTime.MinValue (make it nullable)
Should RecurrencePattern.Until become a IDateTime instead of DateTilme?
Fix the method to determine the zoned date/time value
ical.net/Ical.Net/Evaluation/RecurrencePatternEvaluator.cs
Lines 30 to 34 in add58a9
| // Convert the UNTIL value to one that matches the same time information as the reference date | |
| if (r.Until != DateTime.MinValue) | |
| { | |
| r.Until = MatchTimeZone(referenceDate, new CalDateTime(r.Until, referenceDate.TzId)).Value; | |
| } |
MatchTimeZone contains noop code back to v4.1.9Metadata
Metadata
Assignees
Labels
No labels