Свойство | Type | Description | |
---|---|---|---|
AlwaysActive | |||
AlwaysInactive | |||
EndOfDay | System.DateTime | ||
StartOfDay | System.DateTime |
Méthode | Description | |
---|---|---|
Clone ( ) : |
||
Contains ( System.DateTime time ) : bool | ||
DayOfWeekTimeRange ( ) : System | ||
DayOfWeekTimeRange ( bool active ) : System | ||
IsActiveAt ( System.DateTime time ) : bool | ||
IsActiveNow ( ) : bool | ||
NormalizeTime ( System.DateTime time ) : System.DateTime | ||
Parse ( string daysOfWeek, string timeRanges, bool active ) : Dicom.Utility.DayOfWeekTimeRange[] | ||
ParseDayOfWeek ( string day ) : DayOfWeek | ||
ParseTime ( string time ) : System.DateTime | ||
SetDayOfWeek ( DayOfWeek day, bool active ) : void | ||
SetDaysOfWeek ( DayOfWeek begin, DayOfWeek end, bool active ) : void |
public Contains ( System.DateTime time ) : bool | ||
time | System.DateTime | |
Résultat | bool |
public DayOfWeekTimeRange ( bool active ) : System | ||
active | bool | |
Résultat | System |
public IsActiveAt ( System.DateTime time ) : bool | ||
time | System.DateTime | |
Résultat | bool |
public static NormalizeTime ( System.DateTime time ) : System.DateTime | ||
time | System.DateTime | |
Résultat | System.DateTime |
public static Parse ( string daysOfWeek, string timeRanges, bool active ) : Dicom.Utility.DayOfWeekTimeRange[] | ||
daysOfWeek | string | |
timeRanges | string | |
active | bool | |
Résultat | Dicom.Utility.DayOfWeekTimeRange[] |
public static ParseDayOfWeek ( string day ) : DayOfWeek | ||
day | string | |
Résultat | DayOfWeek |
public static ParseTime ( string time ) : System.DateTime | ||
time | string | |
Résultat | System.DateTime |
public SetDayOfWeek ( DayOfWeek day, bool active ) : void | ||
day | DayOfWeek | |
active | bool | |
Résultat | void |
public SetDaysOfWeek ( DayOfWeek begin, DayOfWeek end, bool active ) : void | ||
begin | DayOfWeek | |
end | DayOfWeek | |
active | bool | |
Résultat | void |
public static DayOfWeekTimeRange,Dicom.Utility AlwaysActive | ||
Résultat |
public static DayOfWeekTimeRange,Dicom.Utility AlwaysInactive | ||
Résultat |
public static DateTime,System EndOfDay | ||
Résultat | System.DateTime |