Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public static RecurrenceRule FromList( List<DateTime> list ) |
Visual Basic |
---|
Public Shared Function FromList ( _ list As List(Of DateTime) _ ) As RecurrenceRule |
Visual C++ |
---|
public: static RecurrenceRule^ FromList( List<DateTime>^ list ) |
Parameters
- list
- Type: System.Collections.Generic..::..List<(Of <(<'DateTime>)>)>