C# 클래스 SecureDelete.Schedule.MonthlySchedule

상속: ScheduleBase
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
MonthlySchedule ( ) : System
StartSchedule ( ) : bool
StopSchedule ( ) : bool

비공개 메소드들

메소드 설명
GetDayOfMonth ( System.DateTime date ) : int
GetDaysInMonth ( System.DateTime date ) : int
GetNextDay ( System.DateTime now ) : DateTime?
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void
OnTimeEllapsed ( object sender, EventArgs e ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetScheduleTime() 공개 메소드

public GetScheduleTime ( ) : DateTime?
리턴 DateTime?

MonthlySchedule() 공개 메소드

public MonthlySchedule ( ) : System
리턴 System

StartSchedule() 공개 메소드

public StartSchedule ( ) : bool
리턴 bool

StopSchedule() 공개 메소드

public StopSchedule ( ) : bool
리턴 bool