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 ôEnglish (United States).ö

 

Sub Main

 CurrentTask.LaunchDate = ô09/14/1999ö

End Sub