Uses of Record Class
dev.omnist.document.DateTimeValue
Packages that use DateTimeValue
-
Uses of DateTimeValue in dev.omnist.document
Methods in dev.omnist.document that return DateTimeValueModifier and TypeMethodDescriptionstatic DateTimeValueDateTimeValue.of(LocalDateTime dateTime) Creates an un-offset date-time (local date-time with no UTC offset).static DateTimeValueDateTimeValue.of(LocalDateTime dateTime, ZoneOffset offset) Creates an offset date-time with an explicit UTC offset.Scalar.DateTimeScalar.value()Returns the value of thevaluerecord component.Constructors in dev.omnist.document with parameters of type DateTimeValueModifierConstructorDescriptionDateTimeScalar(DateTimeValue value) Creates an instance of aDateTimeScalarrecord class.