public class Day extends Object
Constructor and Description |
---|
Day(Calendar cal,
String lg) |
Day(Date date,
String lg) |
Day(int weekDay,
int monthDay,
String lg) |
Modifier and Type | Method and Description |
---|---|
String |
getExtraShortLabel() |
int |
getHumanPosition() |
String |
getLargeLabel() |
int |
getMonthDay() |
String |
getShortLabel() |
String |
getSortableDate() |
int |
getWeekDay() |
boolean |
isActive() |
boolean |
isToDay() |
static void |
main(String[] args) |
void |
setActive(boolean active) |
public Day(int weekDay, int monthDay, String lg)
public int getHumanPosition()
public int getMonthDay()
public int getWeekDay()
public String getExtraShortLabel()
public String getShortLabel()
public String getLargeLabel()
public boolean isActive()
public void setActive(boolean active)
public String getSortableDate()
public boolean isToDay()
public static void main(String[] args)
Copyright © 2012-2018. All Rights Reserved.