ExTimeZoneInformation Constructor (String, String)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Sub New ( _
timeZoneId As String, _
displayName As String _
)
'Usage
Dim timeZoneId As String
Dim displayName As String
Dim instance As New ExTimeZoneInformation(timeZoneId, _
displayName)
public ExTimeZoneInformation(
string timeZoneId,
string displayName
)