month property
Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
Implementation
@$pb.TagNumber(2)
$core.int get month => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set month($core.int v) {
$_setSignedInt32(1, v);
}