| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.DateTimePartPrecision
Documentation
data DateTimePartPrecision Source #
Describes precision with which to show a date or a time
Constructors
| DateTimePartPrecisionNone | Don't show the date or time |
| DateTimePartPrecisionShort | Show the date or time in a short way (17.03.22 or 22:45) |
| DateTimePartPrecisionLong | Show the date or time in a long way (March 17, 2022 or 22:45:00) |