Module is.codion.swing.common.ui
Interface CalendarPanel.CalendarZonedDateTime
- All Superinterfaces:
Observable<ZonedDateTime>,Observer<ZonedDateTime>
- Enclosing class:
CalendarPanel
Provides access to the zoned date and time.
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(ZonedDateTime zonedDateTime) Sets the date and time to present in this calendarMethods inherited from interface is.codion.common.reactive.observer.Observable
addConsumer, addListener, addWeakConsumer, addWeakListener, get, getOrThrow, getOrThrow, is, isNot, isNull, isNullable, observer, optional, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener, when, when
-
Method Details
-
set
Sets the date and time to present in this calendar- Parameters:
zonedDateTime- the date and time to set
-