Class Now
-
- All Implemented Interfaces:
public class Now extends ThreadNow- Since:
2022-10-10
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static TimeZoneUtcTimeZonepublic final static ZoneIdUtcZoneIdpublic final static TweakingContext<TimeZone>TweakZonepublic final static TweakingContext<Clock>TweakClock
-
Constructor Summary
Constructors Constructor Description Now()
-
Method Summary
Modifier and Type Method Description static ClockclientClock()static DateclientUtilDate()static LocalDateclientLocalDate()static LocalTimeclientLocalTime()static LocalDateTimeclientLocalDateTime()static ZonedDateTimeclientZonedDateTime()static OffsetDateTimeclientOffsetDateTime()static InstantclientInstant()-
Methods inherited from class pro.fessional.mirana.time.ThreadNow
clock, instant, localDate, localDateTime, localTime, millis, offsetDateTime, sysTimeZone, sysZoneId, utcTimeZone, utcZoneId, utilDate, zonedDateTime -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
clientClock
@NotNull() static Clock clientClock()
-
clientUtilDate
@NotNull() static Date clientUtilDate()
-
clientLocalDate
@NotNull() static LocalDate clientLocalDate()
-
clientLocalTime
@NotNull() static LocalTime clientLocalTime()
-
clientLocalDateTime
@NotNull() static LocalDateTime clientLocalDateTime()
-
clientZonedDateTime
@NotNull() static ZonedDateTime clientZonedDateTime()
-
clientOffsetDateTime
@NotNull() static OffsetDateTime clientOffsetDateTime()
-
clientInstant
@NotNull() static Instant clientInstant()
-
-
-
-