C# Class SecureDelete.Schedule.WeeklySchedule

Inheritance: ScheduleBase
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
StartSchedule ( ) : bool
StopSchedule ( ) : bool
WeeklySchedule ( ) : System

Private Methods

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

public Clone ( ) : object
Résultat object

GetScheduleTime() public méthode

public GetScheduleTime ( ) : DateTime?
Résultat DateTime?

StartSchedule() public méthode

public StartSchedule ( ) : bool
Résultat bool

StopSchedule() public méthode

public StopSchedule ( ) : bool
Résultat bool

WeeklySchedule() public méthode

public WeeklySchedule ( ) : System
Résultat System