Degrees

data class Degrees(val degrees: Float) : ZmanCalculationMethod

Dawn is when the sun is x degrees below the eastern geometric horizon before sunrise. Dusk is when the sun is x degrees below the western geometric horizon after sunset.

Constructors

Link copied to clipboard
constructor(degrees: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val degrees: Float

Functions

Link copied to clipboard
open fun Duration.durationValueToString(halachic: Boolean = false): String
Link copied to clipboard
open fun format(inEnglish: Boolean): String
open override fun format(): String
open override fun format(subjectZman: String, zmanRelativeTo: String): String
Link copied to clipboard
open fun shortDescription(): String
Link copied to clipboard
open override fun valueToString(): String