SetTaskMilestone method: Gantt class
Syntax
SetTaskMilestone(RecordName.FieldName)
Description
Use the SetTaskMilestone method to specify the field in the record that defines whether the task should be treated as a milestone.
The fields specified by the SetPlannedStartDate and SetActualStartDate methods are used for determining the dates for the planned and actual milestones. The other date fields in the rowset are ignored
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the field and its associated record that defines whether the task should be treated as a milestone. The field must be of type Character, and be one character long. The possible values for this field are Y, used to specify that this task is a milestone, or N, if not. |
Returns
None.