Module
Data.DateTime.Instant
- Package
- purescript-datetime
- Repository
- purescript/purescript-datetime
#instant Source
instant :: Milliseconds -> Maybe Instant
Attempts to create an Instant
from a Milliseconds
duration. The
minimum acceptable value equates to the bottom
DateTime
and the maximum
acceptable value equates to the top
DateTime
.
#unInstant Source
unInstant :: Instant -> Milliseconds
Lowers an Instant
to a Milliseconds
duration.
#fromDateTime Source
fromDateTime :: DateTime -> Instant
Creates an Instant
from a DateTime
value.
#toDateTime Source
toDateTime :: Instant -> DateTime
Creates a DateTime
value from an Instant
.