Hunny Software Library Reference

DateTime.Zone Property

Gets the zone.

[Visual Basic]
Public ReadOnly Property Zone As Integer
[C#]
public int Zone {get;}

Property Value

the time zone offset

Remarks

The zone is in the range -720 <= zone <= 720, and represents the difference in minutes between local time and UTC. For example, for US Eastern Standard Time (New York City), the zone offset is -300.

See Also

DateTime Class | Hunny.Mime Namespace