Change start of day to 6.00am
This commit is contained in:
parent
2f6e46960f
commit
a4b11e1ffa
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ open System
|
|||
open FsCheck.FSharp
|
||||
|
||||
let private isDay (time: DateTime) =
|
||||
time.TimeOfDay >= TimeSpan.FromHours 5.5
|
||||
time.TimeOfDay >= TimeSpan.FromHours 6
|
||||
&& time.TimeOfDay < TimeSpan.FromHours 20.5
|
||||
|
||||
let private isTimeChangedMeetingCondition condition interaction =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue