.. java:import:: java.util Date DateTimeFactoryInterface ======================== .. java:package:: org.caosdb.datetime :noindex: .. java:type:: public interface DateTimeFactoryInterface Methods ------- getDateTime ^^^^^^^^^^^ .. java:method:: public DateTimeInterface getDateTime() :outertype: DateTimeFactoryInterface setDate ^^^^^^^ .. java:method:: public void setDate(String str) :outertype: DateTimeFactoryInterface setDom ^^^^^^ .. java:method:: public void setDom(int dom) :outertype: DateTimeFactoryInterface setHour ^^^^^^^ .. java:method:: public void setHour(int hour) :outertype: DateTimeFactoryInterface setMinute ^^^^^^^^^ .. java:method:: public void setMinute(int minute) :outertype: DateTimeFactoryInterface setMonth ^^^^^^^^ .. java:method:: public void setMonth(int month) :outertype: DateTimeFactoryInterface setNanoSecondFromFracionalString ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setNanoSecondFromFracionalString(String text) :outertype: DateTimeFactoryInterface setNanosecond ^^^^^^^^^^^^^ .. java:method:: public void setNanosecond(int nanoSecond) :outertype: DateTimeFactoryInterface setNanoseconds ^^^^^^^^^^^^^^ .. java:method:: public void setNanoseconds(String string) :outertype: DateTimeFactoryInterface setSecond ^^^^^^^^^ .. java:method:: public void setSecond(int second) :outertype: DateTimeFactoryInterface setSystemDate ^^^^^^^^^^^^^ .. java:method:: public void setSystemDate(Date d) :outertype: DateTimeFactoryInterface setTime ^^^^^^^ .. java:method:: public void setTime(String str) :outertype: DateTimeFactoryInterface setTimeNS ^^^^^^^^^ .. java:method:: public void setTimeNS(String str) :outertype: DateTimeFactoryInterface setTimeZone ^^^^^^^^^^^ .. java:method:: public void setTimeZone(String id) :outertype: DateTimeFactoryInterface setTimeZoneOffset ^^^^^^^^^^^^^^^^^ .. java:method:: public void setTimeZoneOffset(int sign, int h, int m) :outertype: DateTimeFactoryInterface setUTCSeconds ^^^^^^^^^^^^^ .. java:method:: public void setUTCSeconds(String string) :outertype: DateTimeFactoryInterface setYear ^^^^^^^ .. java:method:: public void setYear(int year) :outertype: DateTimeFactoryInterface