Package | ardisia.dataTypes |
Class | public class Period |
Inheritance | Period Object |
Subclasses | CalendarPeriod |
Property | Defined By | ||
---|---|---|---|
allDay : Boolean
True is period is all day. | Period | ||
begin : Date
Begin time for the Period. | Period | ||
end : Date
End time for the Period. | Period |
Method | Defined By | ||
---|---|---|---|
Period(begin:Date = null, end:Date = null, allDay:Boolean = false) | Period |
allDay | property |
public var allDay:Boolean
True is period is all day.
The default value is false
.
begin | property |
public var begin:Date
Begin time for the Period.
The default value is null
.
end | property |
public var end:Date
End time for the Period.
The default value is null
.
Period | () | Constructor |
public function Period(begin:Date = null, end:Date = null, allDay:Boolean = false)
begin:Date (default = null )
| |
end:Date (default = null )
| |
allDay:Boolean (default = false )
|