TimeZoneRegIndex Property |
The Index for this TimeZone in the Windows registry.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int RegIndex { get; set; }
Public Property RegIndex As Integer
Get
Set
Property Value
Type:
Int32Remarks
Index is a recent value for timezones in the Windows registry and may not
be present for older versions of Windows. At this time it is known to be
present for Windows XP and Windows Server 2003.
Note: As of the release of Windows7, Index is no longer available in Windows
Vista, Server2008, or 7. It is now provided by the platform for backward
compatibility.
See Also