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