Package coneforest.psylla.core
Class PsyTime
- java.lang.Object
-
- coneforest.psylla.core.PsyTime
-
public class PsyTime extends Object
An utility class providing time-related methods.
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PsyDictpsyCalendar(PsyInteger oTime)static PsyIntegerpsyCalendarTime(PsyFormalDict oCalendar)static PsyIntegerpsyTime()Returns a Ψ-integerrepresenting the current time (in milliseconds since 1970.01.01 00:00:00 GMT).
-
-
-
Field Detail
-
OPERATORS
public static final PsyOperator[] OPERATORS
-
-
Method Detail
-
psyTime
public static PsyInteger psyTime()
Returns a Ψ-integerrepresenting the current time (in milliseconds since 1970.01.01 00:00:00 GMT).- Returns:
- a Ψ-
integerrepresenting the current time (in milliseconds since 1970.01.01 00:00:00 GMT).
-
psyCalendar
public static PsyDict psyCalendar(PsyInteger oTime)
-
psyCalendarTime
public static PsyInteger psyCalendarTime(PsyFormalDict oCalendar) throws PsyException
- Throws:
PsyException
-
-