thisMonthEnd property
DateTime
get
thisMonthEnd
Implementation
DateTime get thisMonthEnd => DateTime(
year, month, DateTime(year, month + 1, 0).day, 23, 59, 59, 999, 999);
DateTime get thisMonthEnd => DateTime(
year, month, DateTime(year, month + 1, 0).day, 23, 59, 59, 999, 999);