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