Wrapl, The Programming Language
Home
About
Features
Status
Contact
Documentation
Tutorial
Reference
Syntax
Expressions
Sample
Libraries
Download
Source
Binaries
Links
Other Languages
Development Tools
Libraries
Discuss
Mailing List
Forum
Search
Libraries
Sys
.
Time
Types
T
A time value with second resolution.
PreciseT
Inherits from:
T
A time value with nanosecond resolution.
Functions
New
(
)
Now
(
)
:
T
The current time.
PreciseNew
(
)
PreciseNow
(
)
:
PreciseT
The precise current time.
Methods
:
"+"
(
_
@
Std.Integer.BigT
,
_
@
PreciseT
)
:
"+"
(
_
@
PreciseT
,
_
@
Std.Integer.BigT
)
:
"+"
(
_
@
Std.Integer.SmallT
,
_
@
PreciseT
)
:
"+"
(
_
@
PreciseT
,
_
@
Std.Integer.SmallT
)
:
"+"
(
_
@
Std.Integer.SmallT
,
_
@
T
)
:
"+"
(
_
@
T
,
_
@
Std.Integer.SmallT
)
:
"-"
(
_
@
PreciseT
,
_
@
Std.Integer.BigT
)
:
"-"
(
_
@
PreciseT
,
_
@
Std.Integer.SmallT
)
:
"-"
(
_
@
PreciseT
,
_
@
PreciseT
)
:
"-"
(
_
@
T
,
_
@
Std.Integer.SmallT
)
:
"-"
(
_
@
T
,
_
@
T
)
:
"?"
(
_
@
PreciseT
,
_
@
PreciseT
)
:
"?"
(
_
@
T
,
_
@
T
)
:
"@"
(
_
@
PreciseT
,
_
=
Std.String.T
)
:
"@"
(
_
@
T
,
_
=
Std.Integer.SmallT
)
:
"@"
(
_
@
T
,
_
=
Std.String.T
)
:micros
(
_
@
T
)
:millis
(
_
@
T
)
Time
Types
Functions
Methods