Package Framework

Examples of Framework.IntervalData.subtract()


        String aDate = "01-JAN-2000 12:34:56";
        String aDate2 = "02-Feb-2001 13:45:30";
        DateTimeData aDTD = new DateTimeData(new TextData(aDate), DateTimeData.qq_Resolver.cVALUE);
        DateTimeData aDTD2 = new DateTimeData(new TextData(aDate2), DateTimeData.qq_Resolver.cVALUE);
        IntervalData aInterval = new IntervalData();
        aInterval = aInterval.subtract(aDTD2, aDTD);

        res.getMDateTimeData1().setValue(aDate);
        res.getMDateTimeData2().setValue(aDate);
        res.getMDateTimeData3().setValue(aDate);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.