System::Globalization::TimeSpanStyles enum
TimeSpanStyles enum
Specifies the formatting options that customize string parsing for methods that convert a string representation of a time interval into Timespan object.
enum class TimeSpanStyles : int32_t
Values
| Name | Value | Description | 
|---|---|---|
| None | 0 | The time interval represented by the inptut string is interpreted as a negative time interval only if a negative sign is present. | 
| AssumeNegative | 1 | The time interval represented by the inptut string is interpreted as a negative time interval always. | 
See Also
- Namespace System::Globalization
 - Library Aspose.Page for C++