Package | Description |
---|---|
org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
Modifier and Type | Method and Description |
---|---|
LocalTime.Property |
LocalTime.hourOfDay()
Get the hour of day field property which provides access to advanced functionality.
|
LocalTime.Property |
LocalTime.millisOfDay()
Get the millis of day property which provides access to advanced functionality.
|
LocalTime.Property |
LocalTime.millisOfSecond()
Get the millis of second property which provides access to advanced functionality.
|
LocalTime.Property |
LocalTime.minuteOfHour()
Get the minute of hour field property which provides access to advanced functionality.
|
LocalTime.Property |
LocalTime.property(DateTimeFieldType fieldType)
Gets the property object for the specified type, which contains
many useful methods.
|
LocalTime.Property |
LocalTime.secondOfMinute()
Get the second of minute field property which provides access to advanced functionality.
|
Copyright © 2002–2025 Joda.org. All rights reserved.