Use this method to determine if an event begins at a given date and time.

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

Syntax

C#
public virtual bool OccursAt(
	IDateTime DateTime
)
Visual Basic
Public Overridable Function OccursAt ( _
	DateTime As IDateTime _
) As Boolean
Visual C++
public:
virtual bool OccursAt(
	IDateTime^ DateTime
)

Parameters

DateTime
Type: iCal..::..IDateTime
The date and time to test.

Return Value

True if the event begins at the given date and time

See Also