| Date Methods | 
The Date type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CompareTo | 
             Compares two dates chronologically. | 
|  | Equals | 
             Compares this date to the specified date.(Overrides ObjectEquals(Object).) | 
|  | GetHashCode | 
             Returns an integer hash code for this date.(Overrides ObjectGetHashCode.) | 
|  | IsAfter | 
             Compares two dates chronologically. | 
|  | IsBefore | 
             Compares two dates chronologically. | 
|   | MainTest | 
            Demo test the Date data type. | 
|  | Next | 
             Returns the next date in the calendar. | 
|  | ToString | 
             Returns a string representation of this date.(Overrides ObjectToString.) | 
 See Also
See Also