Uses of Class
ch.nolix.system.time.moment.Time
Packages that use Time
Package
Description
-
Uses of Time in ch.nolix.system.nodemidschema.schemareader
Methods in ch.nolix.system.nodemidschema.schemareader that return Time -
Uses of Time in ch.nolix.system.sqlmiddata.datareader
Methods in ch.nolix.system.sqlmiddata.datareader that return Time -
Uses of Time in ch.nolix.system.sqlmidschema.schemareader
Methods in ch.nolix.system.sqlmidschema.schemareader that return Time -
Uses of Time in ch.nolix.system.time.moment
Methods in ch.nolix.system.time.moment that return TimeModifier and TypeMethodDescriptionstatic TimeTime.forZonedDateTime(ZonedDateTime zonedDateTime) static TimeTime.fromSpecification(INode<?> specification) static TimeTime.fromString(String string) static TimeTime.ofNow()Time.withAddedOrSubtractedDays(int days) Time.withAddedOrSubtractedHours(int hours) Time.withAddedOrSubtractedMilliseconds(int milliseconds) Time.withAddedOrSubtractedMinutes(int minutes) Time.withAddedOrSubtractedSeconds(int seconds) static TimeTime.withYear(int year) static TimeTime.withYearAndMonthOfYear(int year, int monthOfYear) static TimeTime.withYearAndMonthOfYearAndDayOfMonth(int year, int monthOfYear, int dayOfMonth) static TimeTime.withYearAndMonthOfYearAndDayOfMonthAndHourOfDay(int year, int monthOfYear, int dayOfMonth, int hourOfDay) static TimeTime.withYearAndMonthOfYearAndDayOfMonthAndHourOfDayAndMinOfHour(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour) static TimeTime.withYearAndMonthOfYearAndDayOfMonthAndHourOfDayAndMinOfHourAndSecOfMin(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute) static TimeTime.withYearAndMonthOfYearAndDayOfMonthAndHourOfDayAndMinOfHourAndSecOfMinAndMillisecOfSec(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisecondOfSecond) static TimeTime.withYearAndMonthOfYearAndDayOfMonthAndHourOfDayAndMinOfHourAndSecOfMinAndMillisecOfSecAndMicrosecOfMillisec(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisecondOfSecond, int microsecondsOfMilliSecond)