언어

Period.From(ITemporalAmount) 메서드

정의

임시 양에서 Period 인스턴스를 가져옵니다.

[Android.Runtime.Register("from", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/Period;", "", ApiSince=26)]
public static Java.Time.Period? From(Java.Time.Temporal.ITemporalAmount? amount);
[<Android.Runtime.Register("from", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/Period;", "", ApiSince=26)>]
static member From : Java.Time.Temporal.ITemporalAmount -> Java.Time.Period

매개 변수

amount
ITemporalAmount

null이 아닌 변환할 temporal 금액

반품

null이 아닌 해당 기간

특성

설명

추가할 수 있습니다.

에 대한 java.time.Period.fromJava 참조

적용 대상