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

Syntax

C#
public static DateTime SimpleDateTimeToMatch(
	IDateTime dt,
	IDateTime toMatch
)
Visual Basic
Public Shared Function SimpleDateTimeToMatch ( _
	dt As IDateTime, _
	toMatch As IDateTime _
) As DateTime
Visual C++
public:
static DateTime SimpleDateTimeToMatch(
	IDateTime^ dt, 
	IDateTime^ toMatch
)

Parameters

dt
Type: iCal..::..IDateTime
toMatch
Type: iCal..::..IDateTime

See Also