Constructor that sets the default values.
            
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
 Syntax
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
 Row name (visible).
- id
- Type: System..::..String
 Row value (id).
- start
- Type: System..::..DateTime
- end
- Type: System..::..DateTime






