Interface IWorkingTime
public interface IWorkingTime
Defines the time worked on the working day.
- Author:
- POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptioncreateElement(Element parent) longThe start of the working time.longThe end of the working time.voidsetFromTime(long time) voidsetToTime(long time)
-
Method Details
-
getFromTime
long getFromTime()The start of the working time. -
setFromTime
void setFromTime(long time) -
getToTime
long getToTime()The end of the working time. -
setToTime
void setToTime(long time) -
createElement
-