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