Class Timestamp

    • Constructor Detail

      • Timestamp

        public Timestamp​(int precision)
        Create a new instance of a Timestamp data type
        Parameters:
        precision - fractional seconds precision
      • Timestamp

        @Deprecated(since="4.6.2",
                    forRemoval=true)
        public Timestamp()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Use Timestamp(int) instead and specify the precision explicitly.
        Create a new instance of a Timestamp data type with the default fractional seconds precision (3, i.e. millisecond precision)