Class NCDate

    • Constructor Detail

      • NCDate

        public NCDate​(java.util.Date value)
        Public constructor
        Parameters:
        value - date value
      • NCDate

        public NCDate​(long millis)
        Public constructor
        Parameters:
        millis - date value
    • Method Detail

      • millis

        public long millis()
        Returns:
        date value
      • date

        public java.util.Date date()
        Returns:
        date value
      • getType

        public int getType()
        Description copied from class: NCType
        Returns the type of this NCType object.
        Specified by:
        getType in class NCType
        Returns:
        the type of this NCType
      • hashCode

        public int hashCode()
        Description copied from class: NCType
        Force subclasses to implement.
        Specified by:
        hashCode in class NCType
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object other)
        Description copied from class: NCType
        Force subclasses to implement.
        Specified by:
        equals in class NCType
        See Also:
        Object.equals(java.lang.Object)
      • toString

        public java.lang.String toString()
        Description copied from class: NCType
        Force subclasses to implement.
        Specified by:
        toString in class NCType
        See Also:
        Object.toString()