operator=()

TimeSpan::operator=(const TimeSpan&) method

Sets the time interval represented by the specified TimeSpan object to the current TimeSpan object.

constexpr TimeSpan & System::TimeSpan::operator=(const TimeSpan &)=default

Return Value

A reference to the self

See Also