Xceed Toolkit Plus for WPF v4.6 Documentation
OnCoerceEndTime(TimeSpan) Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TimePicker Class : OnCoerceEndTime(TimeSpan) Method
The TimeSpan value that will be coerced.
Coerces the value of EndTime if necessary.
Syntax
'Declaration
 
Protected Overridable Function OnCoerceEndTime( _
   ByVal value As TimeSpan _
) As TimeSpan
'Usage
 
Dim instance As TimePicker
Dim value As TimeSpan
Dim value As TimeSpan
 
value = instance.OnCoerceEndTime(value)
protected virtual TimeSpan OnCoerceEndTime( 
   TimeSpan value
)

Parameters

value
The TimeSpan value that will be coerced.

Return Value

The potentially coerced value.
Remarks
You must provide your own implementation in the source code or derive from this class and override the method.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimePicker Class
TimePicker Members