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