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