Uses of Class
de.ibapl.jnhw.posix.Time.Tm
-
Packages that use Time.Tm Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Time.Tm in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix that return Time.Tm Modifier and Type Method Description static Time.TmTime. getdate(String string)static Time.TmTime. gmtime(long timer)static Time.TmTime. gmtime_r(long timer, Time.Tm result)static Time.TmTime. localtime(long timer)static Time.TmTime. localtime_r(long timer, Time.Tm result)POSIX: poll - input/output multiplexing.Methods in de.ibapl.jnhw.posix with parameters of type Time.Tm Modifier and Type Method Description static StringTime. asctime(Time.Tm tm)static StringTime. asctime_r(Time.Tm tm, OpaqueMemory32 buf)static Time.TmTime. gmtime_r(long timer, Time.Tm result)static Time.TmTime. localtime_r(long timer, Time.Tm result)POSIX: poll - input/output multiplexing.static longTime. mktime(Time.Tm timeptr)static StringTime. strftime(long maxsize, String format, Time.Tm timeptr)static StringTime. strftime_l(long maxsize, String format, Time.Tm timeptr, Locale.Locale_t locale)static StringTime. strptime(String buf, String format, Time.Tm tm)
-