mscorlib(4.0.0.0) API with additions
TimeSpanStyles.cs
1 namespace System.Globalization
2 {
4  [Flags]
5  [__DynamicallyInvokable]
6  public enum TimeSpanStyles
7  {
9  [__DynamicallyInvokable]
10  None = 0x0,
12  [__DynamicallyInvokable]
13  AssumeNegative = 0x1
14  }
15 }
TimeSpanStyles
Defines the formatting options that customize string parsing for the Overload:System....
Indicates that input is always interpreted as a negative time interval.