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