共用方式為


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)

屬性值

下一個計費週期的日期和時間。

適用於