TimeZone Constructor (int)TimeZone Constructor (Integer)TimeZone Constructor (int)

Initializes a new instance of the TimeZoneTimeZoneTimeZone structure with the specified number of minutes.

Syntax

Public Sub New ( _
    minutes As Integer _
)
public TimeZone(
    int minutes
)
public:
TimeZone(
    int minutes
)
 

Parameters

minutes

Type: System.Int32System.Int32System::Int32

The difference between this time zone and UTC in minutes.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentOutOfRangeExceptionminutes is outside the range -840 to 840.