다음을 통해 공유


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)

속성 값

다음 청구 주기 날짜 및 시간입니다.

적용 대상