TimeZoneInfo ConstructorTimeZoneInfo ConstructorTimeZoneInfo Constructor

Initializes a new instance of the TimeZoneInfoTimeZoneInfoTimeZoneInfo class.

Syntax

Public Sub New ( _
    id As String, _
    hours As Integer, _
    minutes As Integer _
)
public TimeZoneInfo(
    string id,
    int hours,
    int minutes
)
public:
TimeZoneInfo(
    String^ id, 
    int hours, 
    int minutes
)
 

Parameters

id

Type: System.StringSystem.StringSystem::String^

The time zone identifier.

hours

Type: System.Int32System.Int32System::Int32

The hours component of the time zone.

minutes

Type: System.Int32System.Int32System::Int32

The minutes component of the time zone.