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