Documentation
¶
Overview ¶
Hebcal's nine29 package calculates the 929 (Tanakh B'Yachad) daily learning schedule: one chapter of the Hebrew Bible per day, Sunday through Thursday (skipping Friday and Saturday), covering all 929 chapters in about 3.5 years.
Index ¶
Constants ¶
View Source
const Total929Chapters = 929
Total929Chapters is the number of chapters in the Hebrew Bible (Tanakh).
Variables ¶
View Source
var Nine29Start = greg.ToRD(2014, time.December, 21)
Nine29Start is the R.D. number of the start of the first 929 cycle, Sunday 21 December 2014.
Functions ¶
Types ¶
type Reading ¶
type Reading struct {
CycleChap int // Chapter number within the cycle (1-929)
CycleNum int // 1-based cycle number
Book string // Book name, e.g. "Genesis" or "Ruth"
BookChap int // 1-based chapter number within the book
}
Reading is the 929 reading for a single day.
Click to show internal directories.
Click to hide internal directories.