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