dayOfMonth property

  1. @BuiltValueField.new(wireName: r'dayOfMonth')
int? get dayOfMonth

The day of month, used when the duration.unit is months. If not provided, by default, this is set to 1, the first day of the month.

Implementation

@BuiltValueField(wireName: r'dayOfMonth')
int? get dayOfMonth;