TimeIntervalWeek Method A Sandcastle Documented Class Library
Convenience method for returning a time interval covering a complete calendar week according to the week rules defined by the specified locale. The start date is expressed in local time.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public static TimeInterval Week(
	int year,
	int week,
	WeekInfo weekInfo
)

Parameters

year
Type: SystemInt32
week
Type: SystemInt32
weekInfo
Type: Apptus.ESales.Connector.TimeWeekInfo

Return Value

Type: TimeInterval
See Also

Reference