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