lastDayOfMonth property

bool? lastDayOfMonth
final

Set the date to the end of the month when outputting as DateTime.

Cannot be set at the same time as day.

DateTimeとして出力する場合の日付をその月の最後にします。

dayと同時に設定することはできません。

Implementation

final bool? lastDayOfMonth;