Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The WCM_BILLING_CYCLE_INFO structure specifies information about the billing cycle.
Syntax
typedef struct WCM_BILLING_CYCLE_INFO {
FILETIME StartDate;
WCM_TIME_INTERVAL Duration;
BOOL Reset;
} WCM_BILLING_CYCLE_INFO;
Members
StartDate
Type: FILETIME
Specifies the start date of the cycle.
Duration
Type: WCM_TIME_INTERVAL
Specifies the billing cycle duration.
Reset
Type: BOOL
True if at the end of the billing cycle, a new billing cycle of the same duration will start. False if the service will terminate at the end of the billing cycle.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | wcmapi.h |