<< Click to Display Table of Contents >>
TaskHolidayInfo
This class defines a task holiday.
Constructor Detail
TaskHolidayInfo
public TaskHolidayInfo(string name)
Defines the task holiday. The task holiday means the date when the task will not be performed..
Parameters:
name - The task holiday name
Property Detail
Name
public string Name
The task holiday name.
BaseDay
public string BaseDay(string pattern)
Base day to be designated as task holiday.
Parameters:
pattern - The pattern of the base day
Start
public int Start
Sets how many days before the "baseday" will be holiday.
End
public int End
Sets how many days after the "baseday" will be holiday.