java.lang.Object
jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.AgendaDateTimeUtilities

public final class AgendaDateTimeUtilities extends Object
Date and Time utilities
  • Constructor Details

    • AgendaDateTimeUtilities

      private AgendaDateTimeUtilities()
  • Method Details

    • formatRange

      public static String formatRange(Temporal start, Temporal end)
      Format start and end of recurrence date or date/time to concisely describe range
      Parameters:
      start - - start of recurrence
      end - - end of recurrence
      Returns:
      - formatted date or date/time string
    • formatRange

      public static String formatRange(javafx.util.Pair<Temporal,Temporal> range)
      Format start and end of recurrence date or date/time to concisely describe range
      Parameters:
      range - - a Pair representing start and end of a recurrence
      Returns:
      - formatted date or date/time string