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 _
)
public CalendarTime (
    TimeSpan time,
    bool isUtc
)
public:
CalendarTime (
    TimeSpan time, 
    bool isUtc
)
public CalendarTime (
    TimeSpan time, 
    boolean isUtc
)
public function CalendarTime (
    time : TimeSpan, 
    isUtc : boolean
)

Parameters

  • time
    A TimeSpan structure to use for initializing the Time property.
  • isUtc
    A Boolean value indicating whether this CalendarTime structure represents local or Coordinated Universal Time (UTC).

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)