CalendarTime constructor
The CalendarTime constructor creates a new CalendarTime structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
time As TimeSpan, _
isUtc As Boolean _
)
'Usage
Dim time As TimeSpan
Dim isUtc As Boolean
Dim instance As New CalendarTime(time, isUtc)
public CalendarTime(
TimeSpan time,
bool isUtc
)
Parameters
time
Type: System.TimeSpanA TimeSpan structure to use for initializing the Time property.
isUtc
Type: System.BooleanA Boolean value indicating whether this CalendarTime structure represents local or Coordinated Universal Time (UTC).