C# Class ATUL_v1.Schedule

Show file Open project: godaddy/ATUL Class Usage Examples

Public Methods

Method Description
CompareTimes ( int>.Dictionary x, int>.Dictionary y ) : int

Helper function to compare time constructs for scheduler purposes

GetNextScheduled ( ) : System.DateTime
GetScheduleMessageBodyXML ( ) : XmlDocument
ParseCronString ( string cronString ) : ScheduleRepeater

Method Details

CompareTimes() public static method

Helper function to compare time constructs for scheduler purposes
public static CompareTimes ( int>.Dictionary x, int>.Dictionary y ) : int
x int>.Dictionary
y int>.Dictionary
return int

GetNextScheduled() public method

public GetNextScheduled ( ) : System.DateTime
return System.DateTime

GetScheduleMessageBodyXML() public method

public GetScheduleMessageBodyXML ( ) : XmlDocument
return System.Xml.XmlDocument

ParseCronString() public static method

public static ParseCronString ( string cronString ) : ScheduleRepeater
cronString string
return ScheduleRepeater