module Data.Hourglass.Const (midnight) where

import Data.Hourglass

-- | Midnight time (00:00:00.000)
midnight :: TimeOfDay
midnight :: TimeOfDay
midnight = Hours -> Minutes -> Seconds -> NanoSeconds -> TimeOfDay
TimeOfDay (Int64 -> Hours
Hours Int64
0) (Int64 -> Minutes
Minutes Int64
0) (Int64 -> Seconds
Seconds Int64
0) NanoSeconds
0