Data structure for vacation duration.
Properties
optional public Days?: number
The number of days.
optional public ExcludedDays?: Array<Date>
The days that are explicitly excluded from the interval. E.g. holidays.
public From: Date
Start of interval.
public To: Date
End of interval.