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