java.lang.Object
coneforest.psylla.core.PsyTime
An utility class providing time-related methods.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PsyDict
psyCalendar
(PsyInteger oTime) static PsyInteger
psyCalendarTime
(PsyFormalDict oCalendar) static PsyInteger
psyTime()
Returns aninteger
object representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT).
-
Field Details
-
PSY_TIME
Context action of thetime
operator.
-
-
Method Details
-
psyTime
Returns aninteger
object representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT).- Returns:
- an
integer
representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT).
-
psyCalendar
-
psyCalendarTime
- Throws:
PsyErrorException
-