| AgoraChatSDK 1.3.1
    | 
#import <AgoraChatSilentModeTime.h>
 
 | Instance Methods | |
| (instancetype) | - initWithHours:minutes: | 
| Properties | |
| int | hours | 
| int | minutes | 
The silent message time object
| - (instancetype) initWithHours: | (int) | aHours | |
| minutes: | (int) | aMinutes | |
Initializes a time point instance.
| aHours | The time point hours. | 
| aMinutes | The time point minutes. | 
@Result The time point instance.
| 
 | readnonatomicassign | 
The number of hours at a time point (The values of 0 to 24).
| 
 | readnonatomicassign | 
The number of minutes at a time point (The values of 0 to 60).