Share via


SimpleDate.GetHashCode method

Returns the hash code for the date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SimpleDate
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return value

Type: System.Int32
A 32-bit signed integer hash code.

See also

Reference

SimpleDate structure

SimpleDate members

Microsoft.SharePoint.Utilities namespace