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