tomorrow
fun DefaultKalugaDate.Companion.tomorrow(timeZone: KalugaTimeZone = KalugaTimeZone.current(), locale: KalugaLocale = defaultLocale): KalugaDate
Gets a KalugaDate that is set at midnight on the day after the current time.
Return
A KalugaDate that is set at midnight on the day after the current time.
Parameters
timeZone
The KalugaTimeZone in which the Date is set. Defaults to KalugaTimeZone.current
locale
The KalugaLocale for which the Date is configured. Defaults to KalugaLocale.defaultLocale