View Source Trifle.Stats.Configuration (Trifle.Stats v1.1.0)

Summary

Functions

Link to this function

configure(driver, time_zone \\ "GMT", time_zone_database \\ nil, beginning_of_week \\ :monday, track_ranges \\ [:minute, :hour, :day, :week, :month, :quarter, :year], separator \\ "::")

View Source
Link to this function

set_beginning_of_week(configuration, beginning_of_week)

View Source
Link to this function

set_ranges(configuration, track_ranges)

View Source
Link to this function

set_separator(configuration, separator)

View Source
Link to this function

set_time_zone(configuration, time_zone)

View Source
Link to this function

set_time_zone_database(configuration, time_zone_database)

View Source