Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FpcReportJobPeriodType enumerated type contains values that describe the type of period that a single report covers.
Syntax
typedef enum FpcReportJobPeriodType {
fpcReportJobPeriodDay = 0,
fpcReportJobPeriodWeek = 1,
fpcReportJobPeriodMonth = 2,
fpcReportJobPeriodYear = 3,
fpcReportJobPeriodCustom = 4,
fpcReportJobPeriodImmediate = 5
} FpcReportJobPeriodType;
Constants
fpcReportJobPeriodDay
The report covers a day.fpcReportJobPeriodWeek
The report covers a week.fpcReportJobPeriodMonth
The report covers a month.fpcReportJobPeriodYear
The report covers a year.fpcReportJobPeriodCustom
The report uses a custom period. This value is associated with a "run-once" report.fpcReportJobPeriodImmediate
The report uses an intermediate period.
Requirements
| Client | Requires Windows 7 or Windows Vista. |
| Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
| Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
| Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010