WeeklyTrigger Constructor
Overloads
WeeklyTrigger()
Declaration
public WeeklyTrigger()
WeeklyTrigger(DateTime, UInt32, List<DayOfWeek>)
Declaration
public WeeklyTrigger(DateTime iStartAt, uint iCount, List<DayOfWeek> iDays)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | iStartAt |
The date and time when to execute the first time |
System.UInt32 | iCount |
The intevall in weeks ie. every 4 weeks |
System.Collections.Generic.List<System.DayOfWeek> | iDays |
The day(s) on wich to execute |
WeeklyTrigger(XmlReader)
Declaration
public WeeklyTrigger(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!