Versions Compared

Key

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

This routine is available starting with katl-commons SIL Engine™ 2.5.

Syntax

getWorklogCreatedDate(worklog)

...

Excerpt
Returns the created date of a worklog.


Parameters

ParameterTypeRequiredDescription
worklogNumberYesId of the selected worklog.

Return type

Date

Example 1

Code Block
print(getWorklogCreatedDate(11201))

...