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