Freckle


Period

Namespace: Freckle

A period is two times, a beginning time and a finish time. Beginning time will always be considered as non-inclusive and finish will always be considered as inclusive

Record Fields

Record FieldDescription
Beginning
Signature: Time

Defines when a period has started (excl)

Finish
Signature: Time

Defines when a period has ended (incl)

Static members

Static memberDescription
beginning(p)
Signature: p:Period -> Time

get the beginning time

finish(p)
Signature: p:Period -> Time

get the finish time

Fork me on GitHub