An instant of time specified to the nearest minute. By default uees Gregorian Calender
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Adds a month to this MTime. If the new month does not contain the day number, the day number is reduced to the last dasy fp the month. Eg 2023 May 31st goes to 2023 June 30th.
Adds a month to this MTime. If the new month does not contain the day number, the day number is reduced to the last dasy fp the month. Eg 2023 May 31st goes to 2023 June 30th.
Attributes
Adds a year to the time. February 29th goes to February 28th.
Adds a year to the time. February 29th goes to February 28th.
Attributes
Adds the given number of years to the time. February 29th goes to February 28th.
Adds the given number of years to the time. February 29th goes to February 28th.
Attributes
The month number. 1 == January, 12 == December.
The month number. 1 == January, 12 == December.
Attributes
Subtracts a year from the time. February 29th goes to February 28th.
Subtracts a year from the time. February 29th goes to February 28th.
Attributes
Subtracts the given number of years from the time. February 29th goes to February 28th.
Subtracts the given number of years from the time. February 29th goes to February 28th.
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Utility method to append this element on to an ArrayBuffer[Int]. End users should rarely need to use this method. This is useful for methods like filter.