GenOrder


Time

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent a time

Nested types and modules

TypeDescription
Time

Type that represents a time

Functions and values

Function or valueDescription
fromVar
Signature: Variable list list -> Time -> Time

Set a Time with a Variable in a list of Variable lists

name
Signature: string

String representation of the type

time n
Signature: n:string list -> Time

Create a Time with name n

toString tme
Signature: tme:Time -> string

Turn a Time to a string

toVarUnt arg1
Signature: Time -> VariableUnit

Turn Time in a VariableUnit

Fork me on GitHub