MinuteRecurrence Class
Represents the intervals, in minutes, at which a scheduled report runs.
Inheritance Hierarchy
System.Object
ReportService2005.RecurrencePattern
ReportService2005.MinuteRecurrence
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MinuteRecurrence _
Inherits RecurrencePattern
'Usage
Dim instance As MinuteRecurrence
[SerializableAttribute]
public class MinuteRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MinuteRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MinuteRecurrence =
class
inherit RecurrencePattern
end
public class MinuteRecurrence extends RecurrencePattern
The MinuteRecurrence type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MinuteRecurrence | Initializes a new instance of the MinuteRecurrence class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
MinutesInterval | The interval, in minutes, at which a scheduled report runs. |
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 a MinuteRecurrence object with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule 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.
.gif)
.gif)
.gif)