WeekDateDayOfWeekFromNumber Method A Sandcastle Documented Class Library
Returns the day of week for corresponding to the specified day number according to ISO 8601.

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

C#
public static DayOfWeek DayOfWeekFromNumber(
	int d
)

Parameters

d
Type: SystemInt32

Return Value

Type: DayOfWeek
See Also

Reference