Rudiments
include
rudiments
cronschedule.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
#ifndef RUDIMENTS_CRONSCHEDULE_H
5
#define RUDIMENTS_CRONSCHEDULE_H
6
7
#include <rudiments/private/cronscheduleincludes.h>
8
12
class
RUDIMENTS_DLLSPEC
cronschedule
:
virtual
public
object
{
13
public
:
15
cronschedule
();
16
18
~cronschedule
();
19
68
bool
setSchedule
(
const
char
*when);
69
112
bool
setSchedule
(
const
char
*years,
113
const
char
*months,
114
const
char
*daysofmonth,
115
const
char
*daysofweek,
116
const
char
*dayparts);
117
120
bool
isInSchedule
(
datetime
*dt);
121
124
bool
isInSchedule
(
const
char
*dt);
125
130
bool
clear
();
131
132
#include <rudiments/private/cronschedule.h>
133
};
134
135
#endif
cronschedule
Definition
cronschedule.h:12
cronschedule::setSchedule
bool setSchedule(const char *when)
cronschedule::cronschedule
cronschedule()
cronschedule::setSchedule
bool setSchedule(const char *years, const char *months, const char *daysofmonth, const char *daysofweek, const char *dayparts)
cronschedule::isInSchedule
bool isInSchedule(const char *dt)
cronschedule::~cronschedule
~cronschedule()
cronschedule::clear
bool clear()
cronschedule::isInSchedule
bool isInSchedule(datetime *dt)
datetime
Definition
datetime.h:12
object
Definition
object.h:10
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0