Interface CalendarPanel.CalendarDateTime

All Superinterfaces:
Observable<LocalDateTime>, Observer<LocalDateTime>
Enclosing class:
CalendarPanel

public static interface CalendarPanel.CalendarDateTime extends Observable<LocalDateTime>
Provides access to the date and time.
  • Method Details

    • set

      void set(LocalDateTime dateTime)
      Sets the date and time to present in this calendar
      Parameters:
      dateTime - the date and time to set