View Source Azan.AsrTime (AzanEx v0.1.0)

Documentation for AsrTime.

Link to this section Summary

Link to this section Types

@type t() :: %Azan.AsrTime{
  calculation_parameter: Azan.CalculationParameter.t() | nil,
  date: Date.t() | nil,
  solar_time: Azan.SolarTime.t() | nil
}

Link to this section Functions

Link to this function

adjust(datetime, calculation_parameter)

View Source
Link to this function

find(solar_time, date, calculation_parameter)

View Source