dayOfMonth
dayOfMonth returns the integer value of the day of the month for an input date-time and specified time zone.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| instant | Instant | The Instant for which to find the day of the month. |
| timeZone | TimeZone | The time zone to use when interpreting the date-time. |
| dateTime | ZonedDateTime | The zoned date-time for which to find the day of the month. |
Returns
Returns a 1-based int value of the day of the month for an Instant or a ZonedDateTime.