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