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