Version

IsInWorkingHours(DateTime,TimeSpan,TimeSpan) Method

Returns a boolean value indicating whether the specified date and time range falls within the working hours defined for this Owner.
Syntax
'Declaration
 
Public Overloads Function IsInWorkingHours( _
   ByVal date As Date, _
   ByVal startTime As TimeSpan, _
   ByVal endTime As TimeSpan _
) As Boolean
public bool IsInWorkingHours( 
   DateTime date,
   TimeSpan startTime,
   TimeSpan endTime
)

Parameters

date
The date to test.
startTime
A TimeSpan structure defining the starting time of the range to test.
endTime
A TimeSpan structure defining the ending time of the range to test.
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