dayOfMonth property

int? dayOfMonth
getter/setter pair

If monthly recurrence, specify the day of the month.

Used in cases when an event is scheduled on a particular day of the month, say the 25th. Possible numbers are 1..31 counting from the start of a month.

Implementation

int? dayOfMonth;