다음을 통해 공유


ConfigurationAttributeSchema.TimeSpanFormat 속성

정의

특성이 저장되는 TimeSpan 형식을 결정하는 값을 가져옵니다.

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

속성 값

특성이 저장되는 TimeSpan 형식을 결정하는 값입니다. 유효한 값은 "seconds", "minutes" 또는 "string"입니다.

적용 대상