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)
- #start : Time
- #vdate : VirtualDate
Constructor Detail
def self.new(vdate : VirtualDate, start : Time, explanation : VirtualDate::Explanation | Nil = nil)
#