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