AgoraChatSDK 1.2.0
Instance Methods | Properties | List of all members
AgoraChatSilentModeTime Class Reference

#import <AgoraChatSilentModeTime.h>

Inheritance diagram for AgoraChatSilentModeTime:

Instance Methods

(instancetype) - initWithHours:minutes:
 

Properties

int hours
 
int minutes
 

Detailed Description

The silent message time object

Method Documentation

◆ initWithHours:minutes:

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

Initializes a time point instance.

Parameters
aHoursThe time point hours.
aMinutesThe time point minutes.

@Result The time point instance.

Property Documentation

◆ 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).


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