Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
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