Uses of Record Class
dev.omnist.document.TimeValue
Packages that use TimeValue
-
Uses of TimeValue in dev.omnist.document
Methods in dev.omnist.document that return TimeValueModifier and TypeMethodDescriptionstatic TimeValueCreates an un-offset time (local time with no UTC offset).static TimeValueTimeValue.of(LocalTime time, ZoneOffset offset) Creates an offset time with an explicit UTC offset.Scalar.TimeScalar.value()Returns the value of thevaluerecord component.Constructors in dev.omnist.document with parameters of type TimeValueModifierConstructorDescriptionTimeScalar(TimeValue value) Creates an instance of aTimeScalarrecord class.