createWithBook

fun createWithBook(bookName: BookName, fromChapter: Int, toChapter: Int, fromVerse: Int, toVerse: Int): Reference

Creates a Reference object for a specific range of verses within a book and chapter.

Return

A Reference object representing the specified verse range.

Parameters

bookName

The name of the book.

fromChapter

The starting chapter number.

toChapter

The ending chapter number.

fromVerse

The starting verse number.

toVerse

The ending verse number.