Package io.deephaven.web.client.api
Class LocalTimeWrapper
java.lang.Object
io.deephaven.web.client.api.LocalTimeWrapper
Wrap LocalTime values for use in JS. Provides text formatting for display and access to the underlying value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetHour()intintgetNano()intstatic IntFunction<LocalTimeWrapper>intCreator(int unitPerMicro) static LongFunction<LocalTimeWrapper>longCreator(int unitPerMicro) toString()valueOf()
-
Constructor Details
-
LocalTimeWrapper
public LocalTimeWrapper(int hour, int minute, int second, int nano)
-
-
Method Details