C# Class ATUL_v1.Schedule

Afficher le fichier Open project: godaddy/ATUL Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat int

GetNextScheduled() public méthode

public GetNextScheduled ( ) : System.DateTime
Résultat System.DateTime

GetScheduleMessageBodyXML() public méthode

public GetScheduleMessageBodyXML ( ) : XmlDocument
Résultat System.Xml.XmlDocument

ParseCronString() public static méthode

public static ParseCronString ( string cronString ) : ScheduleRepeater
cronString string
Résultat ScheduleRepeater