public interface FieldRule extends CronRule
| Modifier and Type | Method and Description |
|---|---|
int |
get(DateTimeTemplate dateTime)
Returns the currently set value for this field.
|
void |
set(DateTimeTemplate dateTime,
int value)
Modifies the value for this field to produce a new moment for consideration.
|
int get(DateTimeTemplate dateTime)
dateTime - the moment from which to extract this field's valuedateTimevoid set(DateTimeTemplate dateTime, int value)
dateTime - the moment to modifyvalue - the value to set for this fieldCopyright © 2019 Atlassian. All rights reserved.