FpcReportJobPeriodType enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010