다음을 통해 공유


StartTime Property (IException)

Topic Last Modified: 2006-06-13

Contains the start time of an appointment instance being added or the new start time of an appointment instance being modified.

Applies To

IException 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.