WeekOverviewSelection Class |
Namespace: Dynamicweb.Controls.OMC
The WeekOverviewSelection type exposes the following members.
Name | Description | |
---|---|---|
WeekOverviewSelection(DateTime) |
Initializes a new instance of an object.
| |
WeekOverviewSelection(DateTime, DateTime) |
Initializes a new instance of an object.
| |
WeekOverviewSelection(DateTime, DateTime, CultureInfo) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
Culture |
Gets the target culture.
| |
Days |
Gets the list of days that fall within the given selection.
| |
EndDate |
Gets the end date.
| |
StartDate |
Gets the start date.
| |
Week |
Gets the year week number.
|
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 | |
---|---|---|
Equality |
Determines whether two selections are equal.
| |
Inequality |
Determines whether two selections are not equal.
|
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. |