DateTimeFormat.FormatString 속성

정의

날짜 또는 시간이 문자열로 표현되는 경우 생성된 서식을 제어하는 서식 문자열을 가져옵니다.

public:
 property System::String ^ FormatString { System::String ^ get(); };
public string FormatString { get; }
member this.FormatString : string
Public ReadOnly Property FormatString As String

속성 값

String

날짜 또는 시간이 문자열로 표시되는 경우 만들어지는 서식을 제어하는 형식 문자열입니다.

적용 대상