Uses of Class
de.xima.fc.utils.DefaultedZonedDateTimeTemporalQuery
- 
Packages that use DefaultedZonedDateTimeTemporalQuery Package Description de.xima.fc.utils Package für Utilsklassen - 
- 
Uses of DefaultedZonedDateTimeTemporalQuery in de.xima.fc.utils
Fields in de.xima.fc.utils declared as DefaultedZonedDateTimeTemporalQuery Modifier and Type Field Description static DefaultedZonedDateTimeTemporalQueryDefaultedZonedDateTimeTemporalQuery. SYSTEM_ZONE_CURRENT_DATE_MIDNIGHTDefaults to the system time zone, the current date (now), and midnight (00:00 o'clock) when a temporal field is missing.Methods in de.xima.fc.utils that return DefaultedZonedDateTimeTemporalQuery Modifier and Type Method Description DefaultedZonedDateTimeTemporalQueryDefaultedZonedDateTimeTemporalQuery. withClock(Clock clockOverride)Returns a new instance with the same behavior defaults as this, but with the given clock used when querying for the current time. 
 -