View Source Azan.IshaTime (AzanEx v0.1.0)

Documentation for IshaTime.

Link to this section Summary

Link to this section Types

@type t() :: %Azan.IshaTime{
  calculation_parameter: Azan.CalculationParameter.t() | nil,
  date: Date.t() | nil,
  latitude: number() | nil,
  night: number() | nil,
  solar_time: Azan.SolarTime.t() | nil,
  sunset_time: DateTime.t() | nil
}

Link to this section Functions

Link to this function

adjust(datetime, calculation_parameter)

View Source
Link to this function

find(solar_time, sunset_time, night, latitude, date, calculation_parameter)

View Source
Link to this function

find_naive_time(isha_time)

View Source
Link to this function

naive_or_safe_isha(naive_isha_time, safe_isha)

View Source