()
| 4628 | } |
| 4629 | |
| 4630 | function getISOWeeksInYear() { |
| 4631 | return weeksInYear(this.year(), 1, 4); |
| 4632 | } |
| 4633 | |
| 4634 | function getISOWeeksInISOWeekYear() { |
| 4635 | return weeksInYear(this.isoWeekYear(), 1, 4); |
nothing calls this directly
no test coverage detected