MonthlyTrigger Constructor
Overloads
MonthlyTrigger() | ||
MonthlyTrigger(DateTime, List<Int32>, List<Int32>, List<Int32>, List<DayOfWeek>) | ||
MonthlyTrigger(XmlReader) |
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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!