Aracılığıyla paylaş


RelativeDayPosition 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.

Represents a day of the week in a month.

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 RelativeDayPosition
'Declaration
Public Enumeration RelativeDayPosition
public enum class RelativeDayPosition

Members

Member name Value Description
First 0 Represents the first day of a month.
Second 1 Represents the second day of a month.
Third 2 Represents the third day of a month.
Fourth 3 Represents the fourth day of a month.
Last 4 Represents the last day of a month.

See Also

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

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.RelativeDayOfWeek