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