Example - TimeValue Function

  1. Sub Main

    1. Dim MTime

      MTime = TimeValue("12:25:27 PM")

      Print MTime

    End Sub