C# 클래스 ATUL_v1.Schedule

파일 보기 프로젝트 열기: godaddy/ATUL 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CompareTimes() 공개 정적인 메소드

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
리턴 int

GetNextScheduled() 공개 메소드

public GetNextScheduled ( ) : System.DateTime
리턴 System.DateTime

GetScheduleMessageBodyXML() 공개 메소드

public GetScheduleMessageBodyXML ( ) : XmlDocument
리턴 System.Xml.XmlDocument

ParseCronString() 공개 정적인 메소드

public static ParseCronString ( string cronString ) : ScheduleRepeater
cronString string
리턴 ScheduleRepeater