C# Class SecureDelete.Schedule.MonthlySchedule

Inheritance: ScheduleBase
ファイルを表示 Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
MonthlySchedule ( ) : System
StartSchedule ( ) : bool
StopSchedule ( ) : bool

Private Methods

Method Description
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

Method Details

Clone() public method

public Clone ( ) : object
return object

GetScheduleTime() public method

public GetScheduleTime ( ) : DateTime?
return DateTime?

MonthlySchedule() public method

public MonthlySchedule ( ) : System
return System

StartSchedule() public method

public StartSchedule ( ) : bool
return bool

StopSchedule() public method

public StopSchedule ( ) : bool
return bool