Module jfxtras.icalendaragenda
Class AgendaDateTimeUtilities
java.lang.Object
jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.AgendaDateTimeUtilities
Date and Time utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatRange
(Temporal start, Temporal end) Format start and end of recurrence date or date/time to concisely describe rangestatic String
formatRange
(javafx.util.Pair<Temporal, Temporal> range) Format start and end of recurrence date or date/time to concisely describe range
-
Constructor Details
-
AgendaDateTimeUtilities
private AgendaDateTimeUtilities()
-
-
Method Details
-
formatRange
Format start and end of recurrence date or date/time to concisely describe range- Parameters:
start
- - start of recurrenceend
- - end of recurrence- Returns:
- - formatted date or date/time string
-
formatRange
Format start and end of recurrence date or date/time to concisely describe range- Parameters:
range
- - aPair
representing start and end of a recurrence- Returns:
- - formatted date or date/time string
-