ShengwangChatSDK 1.3.2
构造函数 | 属性 | 所有成员列表
AgoraChatSilentModeTime类 参考

#import <AgoraChatSilentModeTime.h>

类 AgoraChatSilentModeTime 继承关系图:

构造函数

(instancetype) - initWithHours:minutes:
 

属性

int hours
 
int minutes
 

详细描述

The silent message time object

函数文档

◆ initWithHours:minutes:

- (instancetype) initWithHours: (int)  aHours
minutes: (int)  aMinutes 

Initializes a time point instance.

参数
aHoursThe time point hours.
aMinutesThe time point minutes.

@Result The time point instance.

属性说明

◆ hours

- (int) hours
readnonatomicassign

The number of hours at a time point (The values of 0 to 24).

◆ minutes

- (int) minutes
readnonatomicassign

The number of minutes at a time point (The values of 0 to 60).


该类的文档由以下文件生成: