C# Класс CorvallisBusCoreNetCore.Models.DaysOfWeekUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetDaysOfWeek() публичный статический Метод

Gets all the days of the week contained in the input string using a regular expression.
public static GetDaysOfWeek ( string days ) : DaysOfWeek
days string
Результат DaysOfWeek

IsToday() публичный статический Метод

Returns a value indicating whether the provided DaysOfWeek value is applicable today.
public static IsToday ( DaysOfWeek days, DateTimeOffset currentTime ) : bool
days DaysOfWeek
currentTime DateTimeOffset
Результат bool