Version

GetClosestWorkTime(DateTime,Boolean) Method

Returns the date/time that is closest to the specified value and also falls within working hours.
Syntax
'Declaration
 
Public Overloads Function GetClosestWorkTime( _
   ByVal value As Date, _
   ByVal later As Boolean _
) As Date
public DateTime GetClosestWorkTime( 
   DateTime value,
   bool later
)

Parameters

value
The date/time to test.
later
Specifies whether the date/time returned should be later than the specified value. A value of false implies that the search will proceed chronologically backward.

Return Value

A DateTime structure that defines the closest working date/time to the specified value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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