public class ProtocolCleanupHelper extends Object
| Modifier and Type | Method and Description | 
|---|---|
static org.quartz.CronExpression | 
getCronExprDaily(Date date)
Takes the hours, minutes and seconds of the given date and makes a  
CronExpression out of those for a daily
 trigger | 
public static final org.quartz.CronExpression getCronExprDaily(Date date) throws ParseException
CronExpression out of those for a daily
 triggerdate - Date containing the desired day timeCronExpression daily CronExpression with the given day timeParseException - on errors during parsing the cron-expressionCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.