17 : base(Xml, AttributeName)
28 if (TimeSpan.TryParse(s, out TimeSpan Value))
31 throw new ArgumentException(
"Invalid TimeSpan value: " + s, nameof(s));
Abstract base class for report attributes.
Report TimeSpan attribute.
ReportTimeSpanAttribute(XmlElement Xml, string AttributeName)
Report TimeSpan attribute.
override TimeSpan ParseValue(string s)
Parses a string representation of a value.