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