Calendar.getDayOfMonth

When overridden, returns the day of the month in the specified Time.

class Calendar
abstract const
uint
getDayOfMonth
(
const(Time) time
)

Return Value

Type: uint

An integer representing the day of the month of time.

Meta