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.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public WeekDate(
int year,
Nullable<int> week,
Nullable<DayOfWeek> dayOfWeek
)
Parameters
- year
- Type: SystemInt32
The week year. - week
- Type: SystemNullableInt32
The week number. - dayOfWeek
- Type: SystemNullableDayOfWeek
The day of week.
See Also