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