day property

int? day
final

Set the date to day when outputting as DateTime.

Specify a number between 1-31.

Cannot be set at the same time as lastDayOfMonth.

DateTimeとして出力する場合の日付をdayにします。

1-31の間の数字を指定してください。

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

Implementation

final int? day;