ZonedDateTime.Parse 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| Parse(String, DateTimeFormatter) | |
| Parse(ICharSequence, DateTimeFormatter) |
특정 포맷터를 사용하여 텍스트 문자열에서 ZonedDateTime 인스턴스를 가져옵니다. |
| Parse(String) | |
| Parse(ICharSequence) |
2007-12-03T10:15:30+01:00[유럽/파리]와 같은 텍스트 문자열에서 ZonedDateTime 인스턴스를 가져옵니다. |
Parse(String, DateTimeFormatter)
public static Java.Time.ZonedDateTime? Parse(string? text, Java.Time.Format.DateTimeFormatter? formatter);
static member Parse : string * Java.Time.Format.DateTimeFormatter -> Java.Time.ZonedDateTime
매개 변수
- text
- String
- formatter
- DateTimeFormatter
반품
적용 대상
Parse(ICharSequence, DateTimeFormatter)
특정 포맷터를 사용하여 텍스트 문자열에서 ZonedDateTime 인스턴스를 가져옵니다.
[Android.Runtime.Register("parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/ZonedDateTime;", "", ApiSince=26)]
public static Java.Time.ZonedDateTime? Parse(Java.Lang.ICharSequence? text, Java.Time.Format.DateTimeFormatter? formatter);
[<Android.Runtime.Register("parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/ZonedDateTime;", "", ApiSince=26)>]
static member Parse : Java.Lang.ICharSequence * Java.Time.Format.DateTimeFormatter -> Java.Time.ZonedDateTime
매개 변수
- text
- ICharSequence
null이 아닌 구문 분석할 텍스트
- formatter
- DateTimeFormatter
null이 아닌 사용할 포맷터
반품
null이 아닌 구문 분석된 영역화된 날짜-시간
- 특성
설명
특정 포맷터를 사용하여 텍스트 문자열에서 ZonedDateTime 인스턴스를 가져옵니다. 텍스트는 포맷터를 사용하여 구문 분석되어 날짜-시간을 반환합니다.
에 대한 java.time.ZonedDateTime.parseJava 참조
적용 대상
Parse(String)
public static Java.Time.ZonedDateTime? Parse(string? text);
static member Parse : string -> Java.Time.ZonedDateTime
매개 변수
- text
- String
반품
적용 대상
Parse(ICharSequence)
2007-12-03T10:15:30+01:00[유럽/파리]와 같은 텍스트 문자열에서 ZonedDateTime 인스턴스를 가져옵니다.
[Android.Runtime.Register("parse", "(Ljava/lang/CharSequence;)Ljava/time/ZonedDateTime;", "", ApiSince=26)]
public static Java.Time.ZonedDateTime? Parse(Java.Lang.ICharSequence? text);
[<Android.Runtime.Register("parse", "(Ljava/lang/CharSequence;)Ljava/time/ZonedDateTime;", "", ApiSince=26)>]
static member Parse : Java.Lang.ICharSequence -> Java.Time.ZonedDateTime
매개 변수
- text
- ICharSequence
null이 아닌 "2007-12-03T10:15:30+01:00[유럽/파리]"와 같이 구문 분석할 텍스트입니다.
반품
null이 아닌 구문 분석된 영역화된 날짜-시간
- 특성
설명
추가할 수 있습니다.
에 대한 java.time.ZonedDateTime.parseJava 참조