JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.ical.values
Interface TimeValue
All Known Subinterfaces:
DateTimeValue
All Known Implementing Classes:
DateTimeValueImpl
public interface
TimeValue
A time of day.
Method Summary
Methods
Modifier and Type
Method and Description
int
hour
()
The hour in the range 0 through 24.
int
minute
()
The minute in the range 0 through 59.
int
second
()
The second in the range 0 through 59.
Method Detail
hour
int hour()
The hour in the range 0 through 24.
minute
int minute()
The minute in the range 0 through 59. If hour()==24, then minute() == 0
second
int second()
The second in the range 0 through 59. If hour()==24, then second() == 0.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method