Module:TimeSpan/doc: Difference between revisions

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..."
(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...")
(No difference)
918

edits