NoEndRecurrenceRange.withStartDate constructor

NoEndRecurrenceRange.withStartDate(
  1. DateTime? startDate
)
Initializes a new instance of the The start date.

Implementation

NoEndRecurrenceRange.withStartDate(DateTime? startDate)
    : super.withStartDate(startDate);