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 TimeElement
public Day previous()
previous
in interface TimeElement
public 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 TimeElement
public long getStartUTC()
getStartUTC
in interface TimeElement
public long getEndUTC()
getEndUTC
in interface TimeElement
Copyright © 2016. All Rights Reserved.