public static bool IsWithin(
this TimeOnly me,
TimeOnlyRange range
)Dim me As TimeOnly
Dim range As TimeOnlyRange
Dim returnValue As Boolean
returnValue = me.IsWithin(range)public:
[ExtensionAttribute]
static bool IsWithin(
TimeOnly me,
TimeOnlyRange^ range
)No code example is currently available or this language may not be supported.