W3C Jigsaw 
All resources All frames  

HourLimiterFilter

Filter something which can be unavailable, depending on the date and time. If it is not available, it will give the delay of expected unavailability.

Inherits

The HourLimiterFilter class inerits from the following classes:

Attributes description

The HourLimiterFilter defines the following attributes:
day_repeat
semantics
 Repeat every day?
type
 This attribute is an editable BooleanAttribute
default value
This attribute defaults to false.

week_repeat
semantics
 Repeat every week?
type
 This attribute is an editable BooleanAttribute
default value
This attribute defaults to false.

month_repeat
semantics
 Repeat every month?
type
 This attribute is an editable BooleanAttribute
default value
This attribute defaults to false.

year_repeat
semantics
Repeat every year?
type
 This attribute is an editable BooleanAttribute
default value
This attribute defaults to false.

start
semantics
 Beginning of the unavailability period.
type
 This attribute is an editable DateAttribute
default value
This attribute defaults to null.

end
semantics
End of the unavailability period.
type
 This attribute is an editable DateAttribute
default value
This attribute defaults to null.

Jigsaw Team
$Id: org.w3c.jigsaw.filters.HourLimiterFilter.html,v 1.1 1998/07/22 12:39:31 benoit Exp $