Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the start date of the sprint.


Example:

Code Block
date startDate = sprintStartDate(5); // the start date of the sprint with id 5 

...