![]() |
Mac SDK
|
Instance Methods | |
| (void) | - setMeetingStartTime: |
| Set the start time of meeting. More... | |
| (void) | - setMeetingDuration: |
| Set the duration time of meeting. More... | |
| (void) | - enableRecurringMeeting: |
| Set if the meeting is a recurring one. | |
Instance Methods inherited from IMeetingDateOption | |
| (time_t) | - getMeetingStartTime |
| Get the start time of meeting. More... | |
| (unsigned int) | - getMeetingDuration |
| Get the duration of meeting. More... | |
| (BOOL) | - isRecurringMeeting |
| Query if the meeting is a recurring one. More... | |
| - (void) setMeetingDuration: | (unsigned int) | duration |
Set the duration time of meeting.
| duration | The duration of meeting. |
| - (void) setMeetingStartTime: | (time_t) | starttime |
Set the start time of meeting.
| startime | The start time of meeting. |