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