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