DataPlanStatus.NextBillingCycle Property

Definition

Gets a value indicating the date and time of the next billing cycle.

public:
 property IReference<DateTime> ^ NextBillingCycle { IReference<DateTime> ^ get(); };
IReference<DateTime> NextBillingCycle();
public System.Nullable<System.DateTimeOffset> NextBillingCycle { get; }
var iReference = dataPlanStatus.nextBillingCycle;
Public ReadOnly Property NextBillingCycle As Nullable(Of DateTimeOffset)

Property Value

The date and time of the next billing cycle.

Applies to