DateTime
Operations
- toString(s: String): String
- Returns self as string, formatted with respect to s.
- add(i: Integer): DateTime
- Returns a new date with i milliseconds added to self.
- getYear(): Integer
- Returns the year component of self.
- getMonth(): Integer
- Returns the month component of self.
- toInteger(): Integer
- Returns the time in milliseconds since 1.1.1970 as integer value.