WorkdayHelper class abstract

Helper class to work with workdays.

Constructors

WorkdayHelper.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

adjustToWorkday(DateTime date, {required bool isNext}) DateTime
Adjusts a date to the next or previous workday.
getWorkdayNumberInMonth(DateTime date, {bool shouldThrow = false}) int
Returns the workday number in the month of the date.

Constants

dateValidator → const DateValidatorUnion<EveryWeekday>
A date validator that validates workdays (monday to friday).
every → const EveryDateValidatorUnion<EveryWeekday>
An every that generates workdays (monday to friday).