public class VisalloDate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VisalloDate.Unit |
| Constructor and Description |
|---|
VisalloDate(Integer year,
Integer month,
Integer date) |
VisalloDate(String year,
String month,
String date) |
| Modifier and Type | Method and Description |
|---|---|
static VisalloDate |
create(Date date) |
static VisalloDate |
create(Object obj) |
boolean |
equals(Object o) |
String |
getDate() |
int |
getDateInt() |
long |
getEpoch() |
String |
getMonth() |
int |
getMonthInt() |
String |
getYear() |
int |
getYearInt() |
int |
hashCode() |
Date |
toDate() |
String |
toString() |
public static VisalloDate create(Object obj)
public static VisalloDate create(Date date)
public Date toDate()
public int getDateInt()
public int getMonthInt()
public int getYearInt()
public String getYear()
public String getMonth()
public String getDate()
public long getEpoch()
Copyright © 2013–2017 V5 Analytics. All rights reserved.