Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Classes.System

Lucius Lamparter edited this pageMar 9, 2023 ·1 revision

🔧 System


The System class contains basic System functionality (e.g. calculation, logging, etc.)

⌨️System.Console

TheSystem.Console module contains variables and functions to-do with logging.You can callSystem.Console.WriteLine(YourLog) to print a new line of custom log. For more well-sorted and standard logging, useSystem.Console.Advanced.WriteLine("Information", System.Chronology.Time(), YourLog).System.Console.Enabled is a boolean value that ispartially immutable and will return the current state of the logger - enabled/disabled (true/false). To enable/disable the logger, useSystem.Console.Enable() orSystem.Console.Disable().

⏱️System.Chronology

TheSystem.Chronology module contains functions to-do with the time and date.You can callSystem.Chronology.Time({Local/UCT}) to get the time (24 hr) in a specific time zone. If you input nothing, a time zone will be set toUCT.You can also useSystem.Chronology.Date(TimeZone) (always Gregorian),System.Chronology.TimeStamp(TimeZone) orSystem.Chronology.TimeSinceEpoch() (this is system-calculated) appropriately for your use case.

😥 Looks like you've reached the end.

Still looking for more? Give us a message by creating a feature request on theIssues tab.


⚡ Fluid Runtime

📖 Documentation


no subdirectories

System

Foundation


Riverside

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp