Skip to content

Commit 5f2f3a3

Browse files
committed
jsdoc: Clarify docs of Occurrence.getReferenceDate()
1 parent f9448a1 commit 5f2f3a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Task/Occurrence.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ export class Occurrence {
4646
/**
4747
* Pick the reference date for occurrence based on importance.
4848
* Assuming due date has the highest priority, then scheduled date,
49-
* then start date.
49+
* then start date, by default.
50+
* The order differs if removeScheduledDateOnRecurrence is enabled.
51+
* See [Priority of Dates](https://publish.obsidian.md/tasks/Getting+Started/Recurring+Tasks#Priority%20of%20Dates).
5052
*
5153
* The Moment objects are cloned.
5254
*

0 commit comments

Comments
 (0)