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: 3.47.3
Syntax
C#
public static DayOfWeek DayOfWeekFromNumber( int d )
Parameters
- d
- Type: SystemInt32
Return Value
Type: DayOfWeekSee Also