Purpose: Set a new starting date for the schedule.
Returns: none
|
Argument |
Type |
Required |
Purpose |
|
1 |
String |
Yes |
New Starting date for schedule. |
Notes:
An improved method SetStartAndEndDates should be called instead of SetStartDate and SetEndDate. The new method sets both the start and end dates at the same time.
If the new starting date is after the current ending date, then the new date is ignored. As with other dates passed to Milestones, the current short date format as set in the Regional Settings of the Windows Control Panel determines the month, day, year order and date separator.
Example: Set the end date to January 1, 2017 and then cause the screen to refresh.
With objMilestones
.SetMiscProperty "Use4DigitYears",1
.SetEndDate "1/1/2017"
End With
Note:
Set both the start and the end date at once with the SetStartAndEndDates method
To effectively program with this interface, it's important to learn all about Milestones Professional. Learn about Milestones.
Milestones Professional 2023 Automation Methods and Properties. © Copyright 2000-2023, KIDASA Software, Inc. All rights reserved.