public static ExtendedDateTime operator +(
ExtendedDateTime e,
TimeSpan t
)Dim e As ExtendedDateTime
Dim t As TimeSpan
Dim returnValue As ExtendedDateTime
returnValue = (e + t)public:
static ExtendedDateTime^ operator +(
ExtendedDateTime^ e,
TimeSpan t
)No code example is currently available or this language may not be supported.[Missing <param name="e"/> documentation for "M:MoreDateTime.ExtendedDateTime.op_Addition(MoreDateTime.ExtendedDateTime,System.TimeSpan)"]
[Missing <param name="t"/> documentation for "M:MoreDateTime.ExtendedDateTime.op_Addition(MoreDateTime.ExtendedDateTime,System.TimeSpan)"]