SysTime.opAssign

struct SysTime
ref scope return @safe pure nothrow
opAssign
()
(
auto ref const(SysTime) rhs
)

Parameters

rhs const(SysTime)

The SysTime to assign to this one.

Return Value

Type: SysTime

The this of this SysTime.

Meta