View Source FLHook.Duration (FLHook Client v2.0.0)

A struct that represents a duration.

Link to this section Summary

Link to this section Types

@type t() :: %FLHook.Duration{
  days: non_neg_integer(),
  hours: non_neg_integer(),
  minutes: non_neg_integer(),
  seconds: non_neg_integer()
}