다음을 통해 공유


DateTimeFormatter.IncludeMonth 속성

정의

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

public:
 property MonthFormat IncludeMonth { MonthFormat get(); };
MonthFormat IncludeMonth();
public MonthFormat IncludeMonth { get; }
var monthFormat = dateTimeFormatter.includeMonth;
Public ReadOnly Property IncludeMonth As MonthFormat

속성 값

월이 포함되는지 여부를 지정합니다. 이 경우 이 속성은 템플릿에서 월의 형식을 지정합니다.

적용 대상