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