# TimeOfDay
## Properties
**hour_of_day** | Option<**i32**> | Denotes hour of the day, used for defining opening or closing time of access points | [optional]
**minute_of_hour** | Option<**i32**> | Denotes minute of the hour, used for defining opening or closing time of access points | [optional]
**second_of_minute** | Option<**i32**> | Denotes second of the minute, used for defining opening or closing time of access points | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)