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