The FpcReportJobPeriodType enumerated type contains values that describe the type of period that a single report covers.
typedef enum FpcReportJobPeriodType { fpcReportJobPeriodDay
The report covers a day.
= 0, fpcReportJobPeriodWeek
The report covers a week.
= 1, fpcReportJobPeriodMonth
The report covers a month.
= 2, fpcReportJobPeriodYear
The report covers a year.
= 3, fpcReportJobPeriodCustom
The report uses a custom period. This value is associated with a "run-once" report.
= 4, fpcReportJobPeriodImmediate
The report uses an intermediate period.
= 5 } FpcReportJobPeriodType;
The report covers a day.
The report covers a week.
The report covers a month.
The report covers a year.
The report uses a custom period. This value is associated with a "run-once" report.
The report uses an intermediate period.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.