FixedDuration

data class FixedDuration(val duration: Duration) : ZmanCalculationMethod

Dawn for this calculation is 60 minutes before sunrise. Dusk is 60 minutes after sunset.

Parameters

duration

if negative, this zman is duration before what this is relative to . If positive, after.

Constructors

Link copied to clipboard
constructor(duration: Duration)

Types

Link copied to clipboard
data class AteretTorah(val minutes: Double = ComplexZmanimCalendar.ATERET_TORAH_DEFAULT_OFFSET) : ZmanCalculationMethod

Ateret torah (which defaults to 40 minutes)

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: Duration

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 override fun shortDescription(): String
Link copied to clipboard
open override fun valueToString(): String