WeekDate Class |
Namespace: Apptus.ESales.Connector.Time
public class WeekDate : IsoDate
The WeekDate type exposes the following members.
Name | Description | |
---|---|---|
WeekDate |
Creates a new week date with the specified year, week and day of week. Day of week
may be omitted, causing less precision. If day of week is omitted, then week number
may also be omitted. However, year is required.
|
Name | Description | |
---|---|---|
DayOfWeek |
The day of week. May be null.
| |
Week |
The week number. May be null.
| |
Year |
The week year.
(Overrides IsoDateYear.) |
Name | Description | |
---|---|---|
DayOfWeekFromNumber |
Returns the day of week for corresponding to the specified day number according to ISO 8601.
| |
Equals | (Inherited from IsoDate.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from IsoDate.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NumberForDayOfWeek |
Returns the ISO 8601 number for a specific day of week.
| |
ToString | (Overrides ObjectToString.) | |
ToTimePoint |
Returns a point in time represented by that date and a supplied
time of day. If the date or time lacks precision, or if the time is
omitted, then the smallest valid point in time for this specification
is returned.
(Overrides IsoDateToTimePoint(Time, TimeZoneInfo).) |