Represents an estimated date range.

Static methods

staticfromJson(json:EstimatedDateRangeData):EstimatedDateRange

Creates a new estimated date range from the specified JSON object.

Constructor

new(?__coco_init:{min:Null<Date>, max:Null<Date>})

Variables

read onlyisInTransition:Bool

@:constant@:isVar@:isVarread onlymax:Null<Date>

@:constant@:isVar@:isVarread onlymin:Null<Date>

finalobservables:{min:Observable<Null<Date>>, max:Observable<Null<Date>>, isInTransition:Observable<Bool>}

finaltransitionErrors:Signal<Error>

read onlyupdatePerformed:Signal<{}>

Methods

toString():String