SUCScheduleProperties Class

Definition

Definition of schedule parameters.

public class SUCScheduleProperties
type SUCScheduleProperties = class
Public Class SUCScheduleProperties
Inheritance
SUCScheduleProperties

Constructors

SUCScheduleProperties()

Initializes a new instance of the SUCScheduleProperties class.

SUCScheduleProperties(DateTimeOffset, Double, Nullable<DateTimeOffset>, Double, Nullable<Boolean>, Nullable<DateTimeOffset>, Double, Nullable<Int64>, String, String, AdvancedSchedule, DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of the SUCScheduleProperties class.

Properties

AdvancedSchedule

Gets or sets the advanced schedule.

CreationTime

Gets or sets the creation time.

Description

Gets or sets the description.

ExpiryTime

Gets or sets the end time of the schedule.

ExpiryTimeOffsetMinutes

Gets or sets the expiry time's offset in minutes.

Frequency

Gets or sets the frequency of the schedule. Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month', 'Minute'

Interval

Gets or sets the interval of the schedule.

IsEnabled

Gets or sets a value indicating whether this schedule is enabled.

LastModifiedTime

Gets or sets the last modified time.

NextRun

Gets or sets the next run time of the schedule.

NextRunOffsetMinutes

Gets or sets the next run time's offset in minutes.

StartTime

Gets or sets the start time of the schedule.

StartTimeOffsetMinutes

Gets the start time's offset in minutes.

TimeZone

Gets or sets the time zone of the schedule.

Applies to