ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ISelectMeetingItemDateHelper Class Referenceabstract

The interface to set the meeting basic information. More...

#include <premeeting_service_interface.h>

Inherited by IMeetingItemInfoSelectHelper.

Public Member Functions

virtual SDKError SelectStartTime (time_t time)=0
 Set the start time of the specified meeting. It is recommended to use the time zone of the operating system. More...
 
virtual SDKError SetDurationInMinutes (int duration)=0
 Set the duration of the specified meeting in minutes. More...
 
virtual SDKError SelectRecurringMeeting (bool select_)=0
 Set the meeting type to recurring or scheduled. More...
 

Detailed Description

The interface to set the meeting basic information.

Member Function Documentation

◆ SelectRecurringMeeting()

virtual SDKError ISelectMeetingItemDateHelper::SelectRecurringMeeting ( bool  select_)
pure virtual

Set the meeting type to recurring or scheduled.

Parameters
select_TRYE indicates the meeting type is recurring. FALSE schedule meeting.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SelectStartTime()

virtual SDKError ISelectMeetingItemDateHelper::SelectStartTime ( time_t  time)
pure virtual

Set the start time of the specified meeting. It is recommended to use the time zone of the operating system.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SetDurationInMinutes()

virtual SDKError ISelectMeetingItemDateHelper::SetDurationInMinutes ( int  duration)
pure virtual

Set the duration of the specified meeting in minutes.

Parameters
durationThe meeting duration in minutes.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

The documentation for this class was generated from the following file: