TimeSpan
newtype TimeSpan: longSigned duration stored as milliseconds.
Remarks
Whole-unit accessors truncate toward zero.
Instance members
Returns the absolute duration.
Adds another duration.
Formats a duration as H:MM:SS with optional milliseconds.
Gets the total whole days, truncated toward zero.
Gets the total whole hours, truncated toward zero.
Gets the total whole minutes, truncated toward zero.
Gets the total milliseconds.
Gets the total whole seconds, truncated toward zero.
Gets the total days as a floating-point value.
Gets the total hours as a floating-point value.
Gets the total minutes as a floating-point value.
Gets the total seconds as a floating-point value.
Returns true when this value is not INVALID.
Returns the negated duration.
Subtracts another duration.
Static members
Creates a duration from days.
Creates a duration from hours.
Creates a duration from minutes.
Creates a duration from milliseconds.
Creates a duration from seconds.
Invalid duration sentinel.
Largest duration value.
Smallest non-invalid duration value.
Zero milliseconds.
Generated with campc v0.4.0-preview.1+d50446ef951a6ed675f7086cf093dbc993f0041b.