Skip to content

SITimeSpanRange

Inherits object

Public Member Functions

void

Deconstruct(out SITimeSpan minimum, out SITimeSpan maximum)

Deconstructs the SITimeSpanRange into its minimum and maximum values.

Public Static Functions

SITimeSpanRange

implicit operator SITimeSpanRange((SITimeSpan minimum, SITimeSpan maximum) value)

Converts a ValueTuple of minimum and maximum values to a SITimeSpanRange. Returns a SITimeSpanRange containing the minimum and maximum values of the range.

SITimeSpanRange

implicit operator SITimeSpanRange(SITimeSpan value)

Converts a maximum value to a SITimeSpanRange with the range [value,value]. Returns a SITimeSpanRange with the range [value,value].

Public Attributes

SITimeSpan

Minimum

Minimum value of the range.

SITimeSpan

Maximum

Maximum value of the range.