System::TimeSpan::operator= method

TimeSpan::operator= method

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

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

ReturnValue

A reference to the self

See Also