Uses of Class
io.ciera.runtime.summit.types.Date
-
Packages that use Date Package Description io.ciera.runtime.summit.types io.ciera.runtime.summit.util io.ciera.runtime.summit.util.impl -
-
Uses of Date in io.ciera.runtime.summit.types
Methods in io.ciera.runtime.summit.types that return Date Modifier and Type Method Description static DateDate. deserialize(Object o)static DateDate. now(IRunContext runContext)Methods in io.ciera.runtime.summit.types with parameters of type Date Modifier and Type Method Description intDate. compareTo(Date o)booleanDate. greaterThan(Date o)booleanDate. greaterThanOrEqual(Date o)booleanDate. lessThan(Date o)booleanDate. lessThanOrEqual(Date o) -
Uses of Date in io.ciera.runtime.summit.util
Methods in io.ciera.runtime.summit.util that return Date Modifier and Type Method Description DateTIM. create_date(int year, int month, int day, int hour, int minute, int second)Create a newDateobject from the input parameters.DateTIM. current_date()Get the current date.Methods in io.ciera.runtime.summit.util with parameters of type Date Modifier and Type Method Description intTIM. get_day(Date date)Get the day of the month from a date object.intTIM. get_hour(Date date)Get hour of the day from a date object.intTIM. get_minute(Date date)Get minute of the hour from a date object.intTIM. get_month(Date date)Get the month of the year from a date object.intTIM. get_second(Date date)Get second of the minute from a date object.intTIM. get_year(Date date)Get year from a date object. -
Uses of Date in io.ciera.runtime.summit.util.impl
Methods in io.ciera.runtime.summit.util.impl that return Date Modifier and Type Method Description DateTIMImpl. create_date(int day, int hour, int minute, int month, int second, int year)DateTIMImpl. current_date()Methods in io.ciera.runtime.summit.util.impl with parameters of type Date Modifier and Type Method Description intTIMImpl. get_day(Date date)intTIMImpl. get_hour(Date date)intTIMImpl. get_minute(Date date)intTIMImpl. get_month(Date date)intTIMImpl. get_second(Date date)intTIMImpl. get_year(Date date)
-