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 ôEnglish (United States).ö
Sub Main
CurrentTask.LaunchTime = ô11:56 AMö
End Sub