public static bool IsWithin(
this DateTime me,
DateTimeRange range
)
Dim me As DateTime
Dim range As DateTimeRange
Dim returnValue As Boolean
returnValue = me.IsWithin(range)
public:
[ExtensionAttribute]
static bool IsWithin(
DateTime me,
DateTimeRange^ range
)
No code example is currently available or this language may not be supported.