MonthlyTrigger Class
Namespace: PIX.Triggers
Assembly: PIX.dll
Assembly: PIX.dll
This class specify the montly trigger. StartAt and Months is required. Occourence and Day work together and is mutually exlusive with Days. If both is specified Days should have presidence.
Inheritance
-
System.Object
-
ScheduleTrigger
- MonthlyTrigger
-
ScheduleTrigger
Syntax
public class MonthlyTrigger : ScheduleTrigger, iTrigger, IXmlSerializable
Constructors
Name | Description |
---|---|
MonthlyTrigger() | |
MonthlyTrigger(DateTime, List<Int32>, List<Int32>, List<Int32>, List<DayOfWeek>) | |
MonthlyTrigger(XmlReader) |
Properties
Name | Description |
---|---|
DayNumbers | |
Details | |
Months | |
Occourence |
Methods
Name | Description |
---|---|
Clone() | |
ReadXml(XmlReader) | |
WriteXml(XmlWriter) |
Extension Methods
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!