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