endOfMonth property
DateTime
get
endOfMonth
Implementation
DateTime get endOfMonth {
return DateTime(year, month + 1, 0, 23, 59, 59, 999, 999);
}
DateTime get endOfMonth {
return DateTime(year, month + 1, 0, 23, 59, 59, 999, 999);
}