Package de.cerus.cneoswrapper.query
Class QueryTime
- java.lang.Object
-
- de.cerus.cneoswrapper.query.QueryTime
-
public class QueryTime extends java.lang.Object
A simple helper class to convert date and time into a format for queries.- Author:
- Maximilian Dorn
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDay()
int
getHour()
int
getMinutes()
int
getMonth()
int
getSeconds()
int
getYear()
java.lang.String
toString()
-
-
-
Constructor Detail
-
QueryTime
public QueryTime()
-
QueryTime
public QueryTime(java.util.Date date)
-
QueryTime
public QueryTime(java.util.Calendar calendar)
-
QueryTime
public QueryTime(long millis)
-
QueryTime
public QueryTime(int year, int month, int day)
-
QueryTime
public QueryTime(int year, int month, int day, int hour, int minutes, int seconds)
-
-