FpcReportJobPeriodType Enumeration

The FpcReportJobPeriodType enumerated type contains values that describe the type of period that a single report covers.

Syntax

typedef enum FpcReportJobPeriodType {
  fpcReportJobPeriodDay
fpcReportJobPeriodDay

The report covers a day.

		 = 0,
  fpcReportJobPeriodWeek
fpcReportJobPeriodWeek

The report covers a week.

		= 1,
  fpcReportJobPeriodMonth
fpcReportJobPeriodMonth

The report covers a month.

	 = 2,
  fpcReportJobPeriodYear
fpcReportJobPeriodYear

The report covers a year.

		= 3,
  fpcReportJobPeriodCustom
fpcReportJobPeriodCustom

The report uses a custom period. This value is associated with a "run-once" report.

	= 4,
  fpcReportJobPeriodImmediate
fpcReportJobPeriodImmediate

The report uses an intermediate period.

   = 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.