RelativeDayOfWeek Enumeration

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Relative day of the week.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public enum RelativeDayOfWeek
'Declaration
Public Enumeration RelativeDayOfWeek
public enum class RelativeDayOfWeek

Members

Member name Value Description
Sunday 0 Represents Sunday.
Monday 1 Represents Monday.
Tuesday 2 Represents Tuesday.
Wednesday 3 Represents Wednesday.
Thursday 4 Represents Thursday.
Friday 5 Represents Friday.
Saturday 6 Represents Saturday.
Day 7 Represents any day of the week.

Remarks

Used by relative recurrences, include the days of the week.

See Also

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules Namespace

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.RelativeDayPosition