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