gnu.prolog.vm.buildins.datetime
Class DateTimePrologCode
java.lang.Object
gnu.prolog.vm.ExecuteOnlyCode
gnu.prolog.vm.buildins.datetime.DateTimePrologCode
- All Implemented Interfaces:
- Installable, PrologCode
- Direct Known Subclasses:
- Predicate_date_time_stamp, Predicate_date_time_value, Predicate_format_time, Predicate_parse_time, Predicate_stamp_date_time
public abstract class DateTimePrologCode
- extends ExecuteOnlyCode
- Author:
- Michiel Hendriks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dateAtom
public static final AtomTerm dateAtom
timeAtom
public static final AtomTerm timeAtom
date9Tag
public static final CompoundTermTag date9Tag
date3Tag
public static final CompoundTermTag date3Tag
timeTag
public static final CompoundTermTag timeTag
DateTimePrologCode
public DateTimePrologCode()
getDate
public static final Date getDate(Term term)
throws PrologException
- Throws:
PrologException