다음을 통해 공유


DateTimeFormatter.IncludeSecond 속성

정의

템플릿에서 SecondFormat 을 가져옵니다.

public:
 property SecondFormat IncludeSecond { SecondFormat get(); };
SecondFormat IncludeSecond();
public SecondFormat IncludeSecond { get; }
var secondFormat = dateTimeFormatter.includeSecond;
Public ReadOnly Property IncludeSecond As SecondFormat

속성 값

두 번째 가 포함되는지 여부를 지정합니다. 이 경우 이 속성은 템플릿의 두 번째 형식을 지정합니다.

적용 대상