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 |
getDayofweek()
Returns the value of day of week stored in this document.
|
long |
getTimeofday()
Returns the value of time of day stored in this document.
|
void |
setDatetime(Date dateTime)
Sets the value for date time in this document.
|
void |
setDayofweek(long dayOfWeek)
Sets the value for day of week in this document.
|
void |
setTimeofday(long timeOfDay)
Sets the value for time of day 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()
void setDayofweek(long dayOfWeek)
dayOfWeek
- the day of week.LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.