Schedule Constructor (String, DateTime, Boolean, NullableDateTime) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Schedule class with a start date value and whether this schedule specifies an the next occurrence to be immediate. Additionally there is an option to provide a value that specifies when the schedule will expire. The schedule is without any weekdays or occurrences.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public Schedule(
	string name,
	DateTime start,
	bool immediate,
	Nullable<DateTime> end
)

Parameters

name
Type: SystemString
The name of the schedule.
start
Type: SystemDateTime
The start time of the schedule.
immediate
Type: SystemBoolean
if set to true this schedule indicates that the next occurrence is immediately.
end
Type: SystemNullableDateTime
A value that specifies when the schedule no longer is effective.
See Also

Reference