MonthlySchedule class

Make a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 23:50

Constructors

MonthlySchedule.new({String? daysOfMonth, double? hour, double? minute, double? snapshotsToKeep})
MonthlySchedule.fromJson(Map json_)

Properties

daysOfMonth String?
Set the day or days of the month to make a snapshot (1-31).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hour double?
Set the hour to start the snapshot (0-23), defaults to midnight (0).
getter/setter pair
minute double?
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotsToKeep double?
The maximum number of Snapshots to keep for the hourly schedule
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited