JobScheduleMonthlyOccurrence Class

 

Occurrences of days within a month.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence

Syntax

public class JobScheduleMonthlyOccurrence
public ref class JobScheduleMonthlyOccurrence 
type JobScheduleMonthlyOccurrence = class end
Public Class JobScheduleMonthlyOccurrence

Constructors

Name Description
JobScheduleMonthlyOccurrence()

Initializes a new instance of the JobScheduleMonthlyOccurrence class.

JobScheduleMonthlyOccurrence(JobScheduleDay)

Initializes a new instance of the JobScheduleMonthlyOccurrence class with required arguments.

Properties

Name Description
Day

Required. Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

Occurrence

Optional. Occurrence of the day within the month. Must be between -31 and 31.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top