Class ScheduleDefinition
Inheritance
System.Object
ScheduleDefinition
Assembly: BoldReports.Web.dll
Syntax
public class ScheduleDefinition : ScheduleDefinitionOrReference
Constructors
ScheduleDefinition()
Declaration
public ScheduleDefinition()
Properties
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EndDateSpecified
Declaration
public bool EndDateSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Item
Declaration
public RecurrencePattern Item { get; set; }
Property Value
StartDateTime
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|