Skip to content

Latest commit

 

History

History
59 lines (53 loc) · 1.52 KB

time.md

File metadata and controls

59 lines (53 loc) · 1.52 KB

time

class time.Timestamp

Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:2:1

property microseconds

Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:7:5

property long microseconds

property milliseconds

Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:13:5

property long milliseconds

property seconds

Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:19:5

property long seconds

method construct

Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:26:5

method construct(long nanoseconds)

function time.sleep

Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:2:1

function sleep(long seconds)

function time.millisleep

Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:7:1

function millisleep(long milliseconds)

function time.microsleep

Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:12:1

function microsleep(long microseconds)

function time.nanosleep

Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:17:1

function nanosleep(long nanoseconds)

function time.now

Source: /home/runner/work/aspl/aspl/stdlib/time/time.aspl:5:1

function now() returns Timestamp

function time.local

Source: /home/runner/work/aspl/aspl/stdlib/time/time.aspl:13:1

function local() returns Timestamp