C# Class SecureDelete.Schedule.MonthlySchedule

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

Méthodes publiques

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

Private Methods

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

public Clone ( ) : object
Résultat object

GetScheduleTime() public méthode

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

MonthlySchedule() public méthode

public MonthlySchedule ( ) : System
Résultat System

StartSchedule() public méthode

public StartSchedule ( ) : bool
Résultat bool

StopSchedule() public méthode

public StopSchedule ( ) : bool
Résultat bool