Click or drag to resize
Date Methods

The Date type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares two dates chronologically.
Public methodEquals
Compares this date to the specified date.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns an integer hash code for this date.
(Overrides ObjectGetHashCode.)
Public methodIsAfter
Compares two dates chronologically.
Public methodIsBefore
Compares two dates chronologically.
Public methodStatic memberMainTest
Demo test the Date data type.
Public methodNext
Returns the next date in the calendar.
Public methodToString
Returns a string representation of this date.
(Overrides ObjectToString.)
Top
See Also