Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static DateTime DecodeStart(
	string recurrence
)
Visual Basic
Public Shared Function DecodeStart ( _
	recurrence As String _
) As DateTime
Visual C++
public:
static DateTime DecodeStart(
	String^ recurrence
)

Parameters

recurrence
Type: System..::..String

See Also