The FpcTimeScale enumerated type contains values that specify units of time.
typedef enum FpcTimeScale { fpcTimeInSeconds
Time in seconds.
= 1, fpcTimeInMinutes
Time in minutes.
= 2, fpcTimeInHours
Time in hours.
= 3, fpcTimeInDays
Time in days.
= 4, fpcTimeInWeeks
Time in weeks.
= 5 } FpcTimeScale;
Time in seconds.
Time in minutes.
Time in hours.
Time in days.
Time in weeks.
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.