Description: | Represents the appointments start time. |
Type: | DATE |
Default: | Current time |
Example: |
Dim user As Object
Dim appts As Object
Dim appt As Object
Set session = CreateObject("OfficeTalk.Session")
Set user = session.Logon(login name, password)
Set appts = user.appointments
Set appt = appts.Add
appt.Start = #12/8/96 17:00#