Returns the hash code for this instance.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
The hash code for this instance.
The GetHashCode method gets the hash code for this instance of DateTime and returns it. This overrides GetHashCode.
DateTime Structure | DateTime Members | System Namespace | Int32 | Object