메소드 | 설명 | |
---|---|---|
RecurringDaysPicker ( ) : System |
Initializes a new instance of the RecurringDaysPicker control.
|
메소드 | 설명 | |
---|---|---|
SummarizeDaysOfWeek ( IList selection ) : string |
Sumarizes a list of days into a shortened string representation. If all days, all weekdays, or all weekends are in the list, then the string includes the corresponding name rather than listing out all of those days separately. If individual days are listed, they are abreviated. If the list is null or empty, "only once" is returned.
|
메소드 | 설명 | |
---|---|---|
DaysOfWeekToString ( List |
Sumarizes a list of days into a shortened string representation. If all days, all weekdays, or all weekends are in the list, then the string includes the corresponding name rather than listing out all of those days separately. If individual days are listed, they are abreviated. If the list is empty, "only once" is returned.
|
|
HandleGroups ( List |
Finds a group (weekends, weekdays, every day) within a list of days and returns a string representing that group. Days that are not in a group are set in the unhandledDays out parameter.
|
protected SummarizeDaysOfWeek ( IList selection ) : string | ||
selection | IList | The list of days. Can be empty or null. |
리턴 | string |