The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DynGig::Range::Time::Object - Implements DynGig::Range::Interface::Object.

METHODS

See base class for additional methods.

clear()

Returns the object after clearing its content.

empty()

Returns true if object is empty, false otherwise.

clone( object )

Returns a cloned object.

add( object )

Overloads +=. Returns the object after union with another object.

subtract( object )

Overloads -=. Returns the object after subtraction with another object.

intersect( object )

Overloads &=. Returns the object after intersection with another object.

NOTE

See DynGig::Range::Time