Creates a new event reference to be added to SelectedEvents list.
Namespace: DayPilot.Web.Ui.Events.CommonAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public static EventInfo Create( string id ) |
Visual Basic |
---|
Public Shared Function Create ( _ id As String _ ) As EventInfo |
Visual C++ |
---|
public: static EventInfo^ Create( String^ id ) |
Parameters
- id
- Type: System..::..String