Class Date

    • Constructor Detail

      • Date

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

      • copy

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