public class Day extends Object implements TimeElement
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimeElement other2) |
boolean |
equals(Object obj) |
long |
getEndUTC() |
Month |
getMonth() |
int |
getNumDay() |
long |
getStartUTC() |
long |
getTypicalDuration() |
WeekDay |
getWeekDay() |
int |
getYear() |
int |
hashCode() |
static boolean |
isValidDesc(String desc) |
Day |
next() |
Day |
previous() |
String |
toString() |
public Day(String desc)
public static boolean isValidDesc(String desc)
public Day next()
next in interface TimeElementpublic Day previous()
previous in interface TimeElementpublic final int getNumDay()
public final Month getMonth()
public final int getYear()
public int compareTo(TimeElement other2)
compareTo in interface Comparable<TimeElement>public final WeekDay getWeekDay()
public long getTypicalDuration()
getTypicalDuration in interface TimeElementpublic long getStartUTC()
getStartUTC in interface TimeElementpublic long getEndUTC()
getEndUTC in interface TimeElementCopyright © 2017. All rights reserved.