Uses of Class
org.joda.time.TimeOfDay.Property

Packages that use TimeOfDay.Property
org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials. 
 

Uses of TimeOfDay.Property in org.joda.time
 

Methods in org.joda.time that return TimeOfDay.Property
 TimeOfDay.Property TimeOfDay.property(DateTimeFieldType type)
          Gets the property object for the specified type, which contains many useful methods.
 TimeOfDay.Property TimeOfDay.hourOfDay()
          Get the hour of day (0-23) field property
 TimeOfDay.Property TimeOfDay.minuteOfHour()
          Get the minute of hour field property
 TimeOfDay.Property TimeOfDay.secondOfMinute()
          Get the second of minute field property
 TimeOfDay.Property TimeOfDay.millisOfSecond()
          Get the millis of second property
 



Copyright © 2002-2008 Joda.org. All Rights Reserved.