class
VirtualDate::Scheduled
- VirtualDate::Scheduled
- Reference
- Object
Overview
A concrete scheduled candidate of a VirtualDate vdate.
Defined in:
virtualdate.crConstructors
Instance Method Summary
- #explanation : VirtualDate::Explanation
- #explanation=(explanation : VirtualDate::Explanation)
- #finish : Time
- #fixed? : Bool
- #flags : Array(String)
-
#origin : Time
The start the occurrence was originally due at, before any conflict shifting.
- #start : Time
- #vdate : VirtualDate
Constructor Detail
def self.new(vdate : VirtualDate, start : Time, explanation : VirtualDate::Explanation | Nil = nil, origin : Time | Nil = nil)
#
Instance Method Detail
def origin : Time
#
The start the occurrence was originally due at, before any conflict
shifting. max_shift is a bound on total displacement from here, and it
has to survive the occurrence being displaced and placed again.