Current section

Files

Jump to
gtempo include tempo_Time.hrl
Raw

include/tempo_Time.hrl

-record(time, {
hour :: integer(),
minute :: integer(),
second :: integer(),
microsecond :: integer()
}).