메소드 | 설명 | |
---|---|---|
GetDaysOfWeek ( string days ) : DaysOfWeek |
Gets all the days of the week contained in the input string using a regular expression.
|
|
IsToday ( DaysOfWeek days, DateTimeOffset currentTime ) : bool |
Returns a value indicating whether the provided DaysOfWeek value is applicable today.
|
메소드 | 설명 | |
---|---|---|
ToDaysOfWeek ( DayOfWeek day ) : DaysOfWeek |
There is a real reason to have this enum instead of just DayOfWeek-- it's useful to be able to OR days together the way we do.
|
|
ToDaysOfWeek ( string day ) : DaysOfWeek |
public static GetDaysOfWeek ( string days ) : DaysOfWeek | ||
days | string | |
리턴 | DaysOfWeek |
public static IsToday ( DaysOfWeek days, DateTimeOffset currentTime ) : bool | ||
days | DaysOfWeek | |
currentTime | DateTimeOffset | |
리턴 | bool |