|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDateRange
This is an utility interface for handling date ranges.
| Method Summary | |
|---|---|
int |
getDuration()
Returns the duration of the date range |
Date |
getEndDateTime()
Returns the End date and time |
Date |
getStartDateTime()
Returns the start date and time |
void |
setDuration(int duration)
Sets the duration of the date range (sets the endDateTime as startDateTime + duration) |
void |
setEndDateTime(Date endDateTime)
Sets the end date and time |
void |
setStartDateTime(Date startDateTime)
Sets the start date and time |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setStartDateTime(Date startDateTime)
Date - start date timeDate getStartDateTime()
void setEndDateTime(Date endDateTime)
Date - end date timeDate getEndDateTime()
void setDuration(int duration)
duration - (in minutes)int getDuration()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-COLL
|
[sap.com] tc/kmc/coll/gw
|
api
|
EP-KM-COL
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||