Module:TimeSpan/doc: Revision history

From Melvor Idle

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 April 2024

  • curprev 21:4521:45, 13 April 2024Ricewind talk contribsm 4,186 bytes −140 No edit summary
  • curprev 21:4021:40, 13 April 2024Ricewind talk contribs 4,326 bytes −155 →‎Example Usage
  • curprev 21:3921:39, 13 April 2024Ricewind talk contribs 4,481 bytes +4,481 Created page with "== TimeSpan Module Documentation == The 'TimeSpan' module provides functionality for working with time spans in Lua. === Constructor === ====TimeSpan.new(days, hours, minutes, seconds, milliseconds)==== Creates a new 'TimeSpan' object representing the specified time components. * '''Parameters:''' * `'days'`: Number of days (default: `0`). * `'hours'`: Number of hours (default: `0`). * `'minutes'`: Number of minutes (default: `0`). * `'seconds'`: Number of s..."