次の方法で共有


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)

プロパティ値

次の支払いサイクルの日付と時刻。

適用対象