MultiCalendarValue constructor

MultiCalendarValue(
  1. List<DateTime> dates
)

Creates a multi calendar value with the specified list of dates.

Implementation

MultiCalendarValue(this.dates);