public static interface MonitorUserDocument.IMonitorDateTimeField
MonitorUserDocument
that corresponds to parts of date time.Modifier and Type | Method and Description |
---|---|
Date |
getDatetime()
Returns the value of date time stored in this document.
|
long |
getDayofmonth()
Returns the value of day of month stored in this document.
|
long |
getDayofweek()
Returns the value of day of week stored in this document.
|
long |
getMonth()
Returns the value of month stored in this document.
|
long |
getQuarter()
Returns the value of quarter stored in this document.
|
long |
getTimeofday()
Returns the value of time of day stored in this document.
|
long |
getYear()
Returns the value of year stored in this document.
|
void |
setDatetime(Date dateTime)
Sets the value for date time in this document.
|
void |
setDayofmonth(long dayOfMonth)
Sets the value for day of month in this document.
|
void |
setDayofweek(long dayOfWeek)
Sets the value for day of week in this document.
|
void |
setMonth(long month)
Sets the value for month in this document.
|
void |
setQuarter(long quarter)
Sets the value for quarter in this document.
|
void |
setTimeofday(long timeOfDay)
Sets the value for time of day in this document.
|
void |
setYear(long year)
Sets the value for year in this document.
|
Date getDatetime()
void setDatetime(Date dateTime)
dateTime
- the date time.long getTimeofday()
void setTimeofday(long timeOfDay)
timeOfDay
- the time of day.long getDayofweek()
long getDayofmonth()
long getMonth()
long getQuarter()
long getYear()
void setDayofweek(long dayOfWeek)
dayOfWeek
- the day of week.void setDayofmonth(long dayOfMonth)
dayOfMonth
- the day of month.void setMonth(long month)
month
- the month.void setQuarter(long quarter)
quarter
- the quarter.void setYear(long year)
year
- the year.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.