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

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

There is a newer version: 1.6.16
Show newest version
package com.alogic.timer.matcher.util.parser;

import java.util.Hashtable;

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

/**
 * Cron中的DayOfMonth
 * 
 * @author duanyy
 * @since 1.6.3.37
 */
public class DayOfMonth extends Default{
	protected static int [] range = new int[]{31,1,31};
	protected static Hashtable mappings;
	public int [] getRange(){
		return range;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy