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