AddDays method

  1. @override
void AddDays(
  1. int days
)
override

Implementation

@override
void AddDays(int days) => _iCalendar.AddDays(days);