LaunchDate Example

 

The following example sets the launch date of the current task to September 14, 1999. Note that, for this example, we are assuming the Regional Settings to be 摘nglish (United States).

 

Sub Main

 CurrentTask.LaunchDate = 09/14/1999

End Sub