ConfigurationAttributeSchema.TimeSpanFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".