Creates a new RecurrenceRule from starting DateTime. It prefills certain fields but it's still necessary to specify it further by calling methods like Weekly().
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public static RecurrenceRule FromDateTime( string id, DateTime start ) |
Visual Basic |
---|
Public Shared Function FromDateTime ( _ id As String, _ start As DateTime _ ) As RecurrenceRule |
Visual C++ |
---|
public: static RecurrenceRule^ FromDateTime( String^ id, DateTime start ) |