View Source Azan.SunsetTime (AzanEx v0.1.0)

Documentation for SunsetTime.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

adjust(datetime, calculation_parameter)

View Source
Link to this function

find(sunset, date, calculation_parameter, coordinate)

View Source