public static DateTimeRange Union(
this DateTimeRange a,
DateTimeRange? b
)
Dim a As DateTimeRange
Dim b As DateTimeRange
Dim returnValue As DateTimeRange
returnValue = a.Union(b)
public:
[ExtensionAttribute]
static DateTimeRange^ Union(
DateTimeRange^ a,
DateTimeRange^ b
)
No code example is currently available or this language may not be supported.