All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.cursus.TimerExpression Maven / Gradle / Ivy

The newest version!
package de.tsl2.nano.cursus;

import java.util.Date;

/**
 * from '01.01.2001' until '31.12.2001' each 2 DAY except [2,3] and [5-7] each 2 MONTH
 */
class TimerExpression {
	static long expired(String expression, Date date) {
		long diff = 0; //TODO: expression last diff before date
		return diff;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy