copy
fun copy(hebrewYear: Long = hebrewLocalDate.year, month: HebrewMonth = hebrewLocalDate.month, hebrewDayOfMonth: Int = hebrewLocalDate.dayOfMonth): JewishDate
A method that creates a deep copy of the object.
See also
Object. clone
A method that creates a deep copy of the object.