LaunchTime Example

 

The following example sets the launch time of the current task to 11:56 AM. Note that, for this example, we are assuming the Regional Settings to be 摘nglish (United States).

 

Sub Main

 CurrentTask.LaunchTime = 11:56 AM

End Sub