WeekOverviewSelection Methods |
The WeekOverviewSelection type exposes the following members.
Name | Description | |
---|---|---|
CompareTo |
Compares the current object to the given one.
| |
GetCurrent |
Gets the selection that corresponds to the current day.
| |
GetWeekOfYear(DateTime) |
Gets year week number for a given date.
| |
GetWeekOfYear(DateTime, CultureInfo) |
Gets year week number for a given date.
| |
Parse(String) |
Parses the week overview selection from the given literal string.
| |
Parse(String, CultureInfo) |
Parses the week overview selection from the given literal string.
| |
ToString |
Returns a string representation of the selection.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
IComparableCompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |