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_Subtraction(MoreDateTime.ExtendedDateTime,System.TimeSpan)"]
[Missing <param name="t"/> documentation for "M:MoreDateTime.ExtendedDateTime.op_Subtraction(MoreDateTime.ExtendedDateTime,System.TimeSpan)"]