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

The interface to query the basic information of meeting. More...

#include <premeeting_service_interface.h>

Inherited by IMeetingItemInfo.

Public Member Functions

virtual time_t GetCurrentStartTime ()=0
 Get the start time of the specified meeting. More...
 
virtual int GetDurationInMinutes ()=0
 Get the duration of the specified meeting. More...
 
virtual bool IsRecurringMeetingSelected ()=0
 Determine if the recurring meeting mode is selected. More...
 

Detailed Description

The interface to query the basic information of meeting.

Member Function Documentation

◆ GetCurrentStartTime()

virtual time_t IQueryMeetingItemDateInfoHelper::GetCurrentStartTime ( )
pure virtual

Get the start time of the specified meeting.

Returns
The start time of the specified meeting.

◆ GetDurationInMinutes()

virtual int IQueryMeetingItemDateInfoHelper::GetDurationInMinutes ( )
pure virtual

Get the duration of the specified meeting.

Returns
The duration of the specified meeting in minutes.

◆ IsRecurringMeetingSelected()

virtual bool IQueryMeetingItemDateInfoHelper::IsRecurringMeetingSelected ( )
pure virtual

Determine if the recurring meeting mode is selected.

Returns
TRUE indicates that it is a recurring meeting. False not.

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