All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Org.Isda.Cdm.ZonedDateTime.daml Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.92
Show newest version
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