TimeExpiration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the time, in minutes, that defines when a cached copy of a report expires.
public ref class TimeExpiration : ReportService2005::ExpirationDefinition
public class TimeExpiration : ReportService2005.ExpirationDefinition
type TimeExpiration = class
inherit ExpirationDefinition
Public Class TimeExpiration
Inherits ExpirationDefinition
- Inheritance
Remarks
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
Constructors
TimeExpiration() |
Initializes a new instance of the TimeExpiration class. |
Properties
Minutes |
The number of minutes that passes before a cached report expires. |