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