Class Hour
- java.lang.Object
-
- org.exparity.hamcrest.date.core.types.Hour
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Hourfrom(TemporalAccessor temporal)Create an instance of anHourfrom aTemporalAccessorintgetValue()inthashCode()static Hourof(int value)Create an instance of anHourStringtoString()
-
-
-
Method Detail
-
from
public static Hour from(TemporalAccessor temporal)
Create an instance of anHourfrom aTemporalAccessor
-
getValue
public int getValue()
-
-