Represents the system on which the current process is executing.
Holds information about system time and locale.
process, runtime, language, operatingSystemno subtypes hierarchy
| Attributes | |
characterEncoding | Source Codeshared String characterEncodingReturns the IANA character set name representing the default character encoding for this system. Since 1.1.0 |
locale | Source Codeshared String localeReturns the IETF language tag representing the default locale for this system. |
milliseconds | Source Codeshared Integer millisecondsThe elapsed time in milliseconds since midnight, 1 January 1970. |
nanoseconds | Source Codeshared Integer nanosecondsThe elapsed time in nanoseconds since an arbitrary starting point. |
string | Source Codeshared actual String stringA developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
timezoneOffset | Source Codeshared Integer timezoneOffsetReturns the offset, in milliseconds, to add to UTC to get the local time for default timezone for this system. |
| Inherited Attributes |
Attributes inherited from: Object |