ical.net icon indicating copy to clipboard operation
ical.net copied to clipboard

Clean-up redundant implicit/arithmetic operators in CalDateTime

Open axunonb opened this issue 2 months ago • 0 comments

Subtract() => Add() should be enough Add() overloads for hour, minute, second et al could easily use Add(TimeSpan) implicit operator CalDateTime(DateTime left) is not too helpful anymore See also this discussion

axunonb avatar Dec 22 '24 15:12 axunonb