ConfigurationAttributeSchema.TimeSpanFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值會決定儲存屬性的格式 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」。