DayOfMonthRange🔗Definition🔗export interface DayOfMonthRange { begin?: number; end?: number; } See also🔗 DayOfMonthRangeBuilder