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