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