updateDate

open fun updateDate(year: Int, month: Int, dayOfMonth: Int)(source)

Updates the current date.

Parameters

year

The year.

month

The month which is starting from zero.

dayOfMonth

The day of the month.