Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Globalization.TimeSpanStyles
Assembly: System.Runtime
Defines the formatting options that customize string parsing for the <see cref="Overload:System.TimeSpan.ParseExact" /> and <see cref="Overload:System.TimeSpan.TryParseExact" /> methods.
Values
None
Indicates that input is interpreted as a negative time interval only if a negative sign is present.
AssumeNegative
Indicates that input is always interpreted as a negative time interval.