Time.op_Addition

Time Addition operator

Implementa el operador +.

public static Time operator +(Time a, Time b)
ParámetroEscribeDescripción
aTimeParámetro a.
bTimeParámetro b.

Valor_devuelto

El resultado del operador.

Excepciones

excepcióncondición
ArgumentNullExceptionLos argumentos son nulos
ArgumentExceptionLos argumentos tienen diferentes tipos o Los argumentos tienen diferente resolución o

Ver también