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