DataPlanStatus.NextBillingCycle 属性

定义

获取一个值,该值指示下一个计费周期的日期和时间。

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)

属性值

下一个计费周期的日期和时间。

适用于