DataPlanStatus.NextBillingCycle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.