C# Class Dicom.Utility.ActiveSchedule

Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

Méthode Description
ActiveSchedule ( ) : System
AddTimeRange ( DayOfWeekTimeRange range ) : void
AddTimeRange ( string daysOfWeek, string timeRanges, bool active ) : void
IsActiveAt ( System.DateTime time ) : bool
IsActiveNow ( ) : bool

Method Details

ActiveSchedule() public méthode

public ActiveSchedule ( ) : System
Résultat System

AddTimeRange() public méthode

public AddTimeRange ( DayOfWeekTimeRange range ) : void
range DayOfWeekTimeRange
Résultat void

AddTimeRange() public méthode

public AddTimeRange ( string daysOfWeek, string timeRanges, bool active ) : void
daysOfWeek string
timeRanges string
active bool
Résultat void

IsActiveAt() public méthode

public IsActiveAt ( System.DateTime time ) : bool
time System.DateTime
Résultat bool

IsActiveNow() public méthode

public IsActiveNow ( ) : bool
Résultat bool