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

com.alogic.timer.matcher.util.parser.HourOfDay Maven / Gradle / Ivy

package com.alogic.timer.matcher.util.parser;

import com.alogic.timer.matcher.util.DateItemParser.Default;

/**
 * Cron中的时
 * 
 * @author duanyy
 * @since 1.6.3.37
 */
public class HourOfDay extends Default {
	protected static int [] range = new int[]{24,0,23};
	public int [] getRange(){
		return range;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy