View Source Azan.SunriseTime (AzanEx v0.1.0)

Documentation for SunriseTime.

Link to this section Summary

Link to this section Types

@type t() :: %Azan.SunriseTime{
  calculation_parameter: Azan.CalculationParameter.t() | nil,
  coordinate: Azan.Coordinate.t() | nil,
  date: Date.t() | nil,
  sunrise: number() | nil
}

Link to this section Functions

Link to this function

adjust(datetime, calculation_parameter)

View Source
Link to this function

find(sunrise, date, coordinate)

View Source
Link to this function

find(sunrise, date, calculation_parameter, coordinate)

View Source
Link to this function

find_naive_time!(sunrise, date)

View Source
Link to this function

find_naive_time(sunrise, date)

View Source
Link to this function

find_safe_time(polar_circle_resolution, date, coordinate)

View Source