public static List<DateOnlyRange> Difference(
this DateOnlyRange a,
DateOnlyRange? b
)
Dim a As DateOnlyRange
Dim b As DateOnlyRange
Dim returnValue As List(Of DateOnlyRange)
returnValue = a.Difference(b)
public:
[ExtensionAttribute]
static List<DateOnlyRange^>^ Difference(
DateOnlyRange^ a,
DateOnlyRange^ b
)
No code example is currently available or this language may not be supported.