Namespace: DayPilot.Web.Ui
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
Syntax
| C# | 
|---|
| public void Add( string text, string id, DateTime start, DateTime end ) | 
| Visual Basic | 
|---|
| Public Sub Add ( _ text As String, _ id As String, _ start As DateTime, _ end As DateTime _ ) | 
| Visual C++ | 
|---|
| public: void Add( String^ text, String^ id, DateTime start, DateTime end ) | 
Parameters
- text
- Type: System..::..String
- id
- Type: System..::..String
- start
- Type: System..::..DateTime
- end
- Type: System..::..DateTime






