C# Class SecureDelete.Schedule.WeeklySchedule

Inheritance: ScheduleBase
显示文件 Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

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

Private Methods

Method Description
ContainsDay ( WeekDay day ) : bool
ConvertToWeekDay ( DayOfWeek day ) : WeekDay
GetNextDay ( System.DateTime now ) : DateTime?
GetWeekInYear ( System.DateTime date ) : int
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?

StartSchedule() public method

public StartSchedule ( ) : bool
return bool

StopSchedule() public method

public StopSchedule ( ) : bool
return bool

WeeklySchedule() public method

public WeeklySchedule ( ) : System
return System