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