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