Represents the system on which the current process is running.
Holds information about system time and locale.
Attributes | |
locale | Source Code shared String locale Returns the IETF language tag representing the default locale for this system. |
milliseconds | Source Code shared Integer milliseconds The elapsed time in milliseconds since midnight, 1 January 1970. |
nanoseconds | Source Code shared Integer nanoseconds The elapsed time in nanoseconds since an arbitrary starting point. |
string | shared actual String string A developer-friendly string representing the
instance. Concatenates the name of the concrete
class of the instance with the Refined declaration: string |
timezoneOffset | Source Code shared Integer timezoneOffset Returns the offset from UTC, in milliseconds, of the default timezone for this system. |
Inherited Attributes |
Attributes inherited from: Object |