Chi2fit.Times.adjust_times
You're seeing just the function
adjust_times
, go back to Chi2fit.Times module for more information.
Specs
adjust_times(Enumerable.t(), options :: Keyword.t()) :: Enumerable.t()
Adjusts the times to working hours and/or work days.
Options
`workhours` - a 2-tuple containing the starting and ending hours of the work day (defaults
to {8.0, 18.0})
`epoch` - the epoch to which all data elements are relative (defaults to 1970-01-01)
`saturday` - number of days since the epoch that corresponds to a Saturday (defaults
to 9)
`correct` - whether to correct the times for working hours and weekdays; possible values
`:worktime`, `:weekday`, `:"weekday+worktime"` (defaults to `false`)