ConfigurationAttributeSchema.TimeSpanFormat Property

Definition

Gets a value that determines the format in which TimeSpan attributes are stored.

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

Property Value

A value that determines the format in which TimeSpan attributes are stored. Valid values are "seconds", "minutes", or "string".

Applies to