Interface IWorkingTime
public interface IWorkingTime
Defines the time worked on the working day.
- Author:
- POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptioncreateElement
(Element parent) long
The start of the working time.long
The end of the working time.void
setFromTime
(long time) void
setToTime
(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
-