Package coneforest.psylla
Class Time
- java.lang.Object
-
- coneforest.psylla.Time
-
public class Time extends Object
An utility class providing time-related methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PsyDict
psyCalendar(PsyInteger oTime)
static PsyInteger
psyCalendarTime(PsyDictlike oCalendar)
static PsyInteger
psyTime()
Returns a Ψ-integer
representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT).
-
-
-
Method Detail
-
psyTime
public static PsyInteger psyTime()
Returns a Ψ-integer
representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT).- Returns:
- a Ψ-
integer
representing 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(PsyDictlike oCalendar) throws PsyException
- Throws:
PsyException
-
-