The Week type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FirstDayOfWeek()()()() |
Gets the first day of this week. Based on current culture.
| |
| FirstDayOfWeek(DateTime) |
Gets the first day of a week where day (parameter) belongs. Based on current culture.
| |
| FirstDayOfWeek(DateTime, DayOfWeek) |
Gets the first day of a week where day (parameter) belongs. weekStart (parameter) specifies the starting day of week.
| |
| FirstWorkingDayOfWeek |
Returns Monday of the week where day (parameter) belongs.
| |
| GetDayNames()()()() |
Returns day names (using current culture).
| |
| GetDayNames(String) |
Returns day names (using current culture).
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Monday | ||
| Resolve | ||
| ResolveAsInt | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WeekNrISO8601 |
Calculates week number for the specified date according to ISO 8601.
|