FpcTimeScale enumeration
Applies to: desktop apps only
The FpcTimeScale enumerated type contains values that specify units of time.
Syntax
typedef enum FpcTimeScale {
fpcTimeInSeconds = 1,
fpcTimeInMinutes = 2,
fpcTimeInHours = 3,
fpcTimeInDays = 4,
fpcTimeInWeeks = 5
} FpcTimeScale;
Constants
fpcTimeInSeconds
Time in seconds.fpcTimeInMinutes
Time in minutes.fpcTimeInHours
Time in hours.fpcTimeInDays
Time in days.fpcTimeInWeeks
Time in weeks.
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
Build date: 7/12/2010