StartTime Property (IAppointment)

Topic Last Modified: 2006-06-13

Contains the starting time for an appointment.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property StartTime As Date
HRESULT get_StartTime(Date* pVal);HRESULT put_StartTime(Date Val);

Parameters

  • pVal
    Returns the value of the StartTime property as a reference to a Date.
  • Val
    Sets the value of the StartTime property to the value of the Date.

Remarks

An appointment must have a start time. You can optionally specify either an EndTime Property or a Duration Property.

This property is also available as the dtstart Field.