Packageardisia.dataTypes
Classpublic class Period
InheritancePeriod Inheritance Object
Subclasses CalendarPeriod

Defines a period of time. E.G. a beginning and an end and whether the period is marked as allDay.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Period(begin:Date = null, end:Date = null, allDay:Boolean = false)
Period
Property Detail
allDayproperty
public var allDay:Boolean

True is period is all day.

The default value is false.

beginproperty 
public var begin:Date

Begin time for the Period.

The default value is null.

endproperty 
public var end:Date

End time for the Period.

The default value is null.

Constructor Detail
Period()Constructor
public function Period(begin:Date = null, end:Date = null, allDay:Boolean = false)



Parameters
begin:Date (default = null)
 
end:Date (default = null)
 
allDay:Boolean (default = false)