LaterOf

data class LaterOf(val zman1: ZmanDefinition, val zman2: ZmanDefinition) : ZmanCalculationMethod

A method of calculation in which the later of two zmanim is used. Meaning that if zman1 occurs at 6:00 AM and zman2 occurs at 6:05 AM, this zman takes on the value of 6:00 AM.

Constructors

Link copied to clipboard
constructor(zman1: ZmanDefinition, zman2: ZmanDefinition)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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