ITConference::GetStopTime

[This is preliminary documentation and subject to change.]

Get user stop time of conference.

HRESULT GetStopTime(
  USHORT *pYear,
  BYTE *pMonth,
  BYTE *pDay,
  BYTE *pHour,
  BYTE *pMinute
);
 

Parameters

pYear
[out] Year of conference stop time.
pMonth
[out] Month of conference stop time.
pDay
[out] Day of conference stop time.
pHour
[out] Hour of conference stop time.
pMinute
[out] Minute of conference stop time.

Return Values

TBD