Current section

Files

Jump to
gtempo include tempo_DateTimePeriod.hrl
Raw

include/tempo_DateTimePeriod.hrl

-record(date_time_period, {
start :: tempo:date_time(),
'end' :: tempo:date_time()
}).