Org.Isda.Cdm.ZonedDateTime.daml Maven / Gradle / Ivy
daml 1.2
-- | This file is auto-generated from the ISDA Common
-- Domain Model, do not edit.
-- @version ${project.version}
module Org.Isda.Cdm.ZonedDateTime
( module Org.Isda.Cdm.ZonedDateTime ) where
data ZonedDateTime = ZonedDateTime with
dateTime : Time
timezone : Text
deriving (Eq, Ord, Show)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy