Initializes a new instance of the Task class
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public Task( string text, string id, DateTime start, DateTime end )  | 
| Visual Basic | 
|---|
Public Sub New ( _ text As String, _ id As String, _ start As DateTime, _ end As DateTime _ )  | 
| Visual C++ | 
|---|
public: Task( 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