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