public static class DateTimeHelperX.DateTimeHelper.DateOnly extends Object implements DateTimeHelperX.DateTimeHelper.DateTimeInformation
Constructor and Description |
---|
DateOnly() |
DateOnly(int year,
int month,
int dayOfMonth) |
Modifier and Type | Method and Description |
---|---|
int |
getDayOfMonth() |
int |
getMonth() |
int |
getYear() |
void |
setDayOfMonth(int dayOfMonth) |
void |
setMonth(int month) |
void |
setYear(int year) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHour, getMillis, getMinute, getSecond, getTimezoneMinutes, getWeek
public DateOnly()
public DateOnly(int year, int month, int dayOfMonth)
public int getYear()
getYear
in interface DateTimeHelperX.DateTimeHelper.DateTimeInformation
public void setYear(int year)
public int getMonth()
getMonth
in interface DateTimeHelperX.DateTimeHelper.DateTimeInformation
public void setMonth(int month)
public int getDayOfMonth()
getDayOfMonth
in interface DateTimeHelperX.DateTimeHelper.DateTimeInformation
public void setDayOfMonth(int dayOfMonth)
Copyright © 2005–2024 Onix Solutions. All rights reserved.