Class DateTime

    • Constructor Detail

      • DateTime

        public DateTime​(@NonNull
                        ZonedDateTime value,
                        boolean hasTimeZone)
        Construct a new date/time object. This type supports ambiguous dates/times that were provided without a time zone.
        Parameters:
        value - the date/time value
        hasTimeZone - true if the date/time is intended to have an associated time zone or false otherwise
    • Method Detail

      • copy

        public DateTime copy()
        Description copied from interface: ICustomJavaDataType
        Provides a copy of the data value associated with the Datatype instance.
        Returns:
        the copy