Module:TimeSpan/doc: Difference between revisions

m
no edit summary
mNo edit summary
 
Line 43: Line 43:
====TimeSpan:getHours()====
====TimeSpan:getHours()====


Gets the number of hours (not including days) in the 'TimeSpan'.
Gets the number of hours in the 'TimeSpan'.


* '''Returns:''' Number of hours as an integer.
* '''Returns:''' Number of hours as an integer.
Line 49: Line 49:
====TimeSpan:getMinutes()====
====TimeSpan:getMinutes()====


Gets the number of minutes (not including hours or days) in the 'TimeSpan'.
Gets the number of minutes in the 'TimeSpan'.


* '''Returns:''' Number of minutes as an integer.
* '''Returns:''' Number of minutes as an integer.
Line 55: Line 55:
====TimeSpan:getSeconds()====
====TimeSpan:getSeconds()====


Gets the number of seconds (not including minutes, hours, or days) in the 'TimeSpan'.
Gets the number of seconds in the 'TimeSpan'.


* '''Returns:''' Number of seconds as an integer.
* '''Returns:''' Number of seconds as an integer.
Line 61: Line 61:
====TimeSpan:getMilliseconds()====
====TimeSpan:getMilliseconds()====


Gets the number of milliseconds (not including seconds, minutes, hours, or days) in the 'TimeSpan'.
Gets the number of milliseconds in the 'TimeSpan'.


* '''Returns:''' Number of milliseconds as an integer.
* '''Returns:''' Number of milliseconds as an integer.
1,029

edits