Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 583 Bytes

DayRange.md

File metadata and controls

10 lines (6 loc) · 583 Bytes

AdGuardHome.DayRange

Properties

Name Type Description Notes
start Number The number of milliseconds elapsed from the start of a day. It must be less than `end` and is expected to be rounded to minutes. So the maximum value is `86340000` (23 hours and 59 minutes). [optional]
end Number The number of milliseconds elapsed from the start of a day. It is expected to be rounded to minutes. The maximum value is `86400000` (24 hours). [optional]