Constructor that sets the default values.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public Milestone( string text, string id, DateTime date ) |
Visual Basic |
---|
Public Sub New ( _ text As String, _ id As String, _ date As DateTime _ ) |
Visual C++ |
---|
public: Milestone( String^ text, String^ id, DateTime date ) |
Parameters
- text
- Type: System..::..String
Milestone text.
- id
- Type: System..::..String
Milestone id.
- date
- Type: System..::..DateTime
Milestone date.