MonthlyTrigger Constructor
Overloads
MonthlyTrigger()
Declaration
public MonthlyTrigger()
MonthlyTrigger(DateTime, List<Int32>, List<Int32>, List<Int32>, List<DayOfWeek>)
Declaration
public MonthlyTrigger(DateTime iStartAt, List<int> iMonths, List<int> iDayNumbers, List<int> iOccournce, List<DayOfWeek> iWeekDays)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | iStartAt |
The date and time when to execute the first time |
System.Collections.Generic.List<System.Int32> | iMonths |
The months on which to execute |
System.Collections.Generic.List<System.Int32> | iDayNumbers |
The days(1-32) on which to execute, if 32 it means last day |
System.Collections.Generic.List<System.Int32> | iOccournce |
When in the month should it be executed a list of int 1-5, 5 if last |
System.Collections.Generic.List<System.DayOfWeek> | iWeekDays |
A specified weekday when to be executed |
MonthlyTrigger(XmlReader)
Declaration
public MonthlyTrigger(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | reader |