TimeSpanStyles

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

NameValueDescription
None0The time interval represented by the inptut string is interpreted as a negative time interval only if a negative sign is present.
AssumeNegative1The time interval represented by the inptut string is interpreted as a negative time interval always.

See Also