Initializes a new instance of the Period class

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Period(
	IDateTime occurs
)
Visual Basic
Public Sub New ( _
	occurs As IDateTime _
)
Visual C++
public:
Period(
	IDateTime^ occurs
)

Parameters

occurs
Type: iCal..::..IDateTime

See Also