Share via


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

  • isUtc
    Type: System.Boolean

    A Boolean value indicating whether this CalendarTime structure represents local or Coordinated Universal Time (UTC).

See also

Reference

CalendarTime structure

CalendarTime members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace