Package de.timefinder.data

Examples of de.timefinder.data.Task


        return evOut;
    }

    public Task toTask(IntervalInt simpleInt) {
        // TODO add duration to finishedDate -> use code in toInterval
        return new Task(simpleInt.toString(), toDateTime(settings.getTimeslotsPerWeek()));
    }
View Full Code Here

TOP

Related Classes of de.timefinder.data.Task

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.