Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |