DailyRecurrence Class
Represents the intervals at which a scheduled report runs. Intervals are specified in days.
Inheritance Hierarchy
System.Object
ReportService2006.RecurrencePattern
ReportService2006.DailyRecurrence
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Class DailyRecurrence _
Inherits RecurrencePattern
'Usage
Dim instance As DailyRecurrence
public class DailyRecurrence : RecurrencePattern
public ref class DailyRecurrence : public RecurrencePattern
type DailyRecurrence =
class
inherit RecurrencePattern
end
public class DailyRecurrence extends RecurrencePattern
The DailyRecurrence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DailyRecurrence | Initializes a new instance of the DailyRecurrence class. |
Top
Properties
Name | Description | |
---|---|---|
DaysInterval | The intervals at which a scheduled report runs. Intervals are specified in days. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
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.