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