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