TimeZoneInfo.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Serves as a hash function for hashing algorithms and data structures such as hash tables.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Int32A 32-bit signed integer that serves as the hash code for this TimeZoneInfo object.
For additional detail about the GetHashCode method, see GetHashCode.
Version Notes
XNA Framework
When this method is used in the XNA Framework, it throws a NotSupportedException exception.
Show: