EllaDateTimeRange class

@fileoverview Date time range model

Implemented types

Constructors

EllaDateTimeRange(EllaDateTime begin, EllaDateTime end)

Properties

begin EllaDateTime
final
end EllaDateTime
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

containsDate(EllaDate date) bool
marshal(MarshalledObject marshalled) → void
serialise to this object.
override
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.
override

Static Methods

unmarshal(MarshalledObject marshalled) EllaDateTimeRange