Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

DateTime bindings

SDraw edited this page May 31, 2023 · 1 revision

Static methods

  • int int int int int int int Now(): returns 7 integers representing hour, minutes, seconds, milliseconds, day, month and year of current time according to system timezone.
  • int int int int int int int UtcNow(): returns 7 integers representing hour, minutes, seconds, milliseconds, day, month and year of current time according to UTC+0 timezone.
Clone this wiki locally