Determines whether one specified TimeOfDay is less than or equal to a specified TimeSpan.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public static bool operator <=(
	TimeOfDay d1,
	TimeSpan d2
)
Visual Basic (Declaration)
Public Shared Operator <= ( _
	d1 As TimeOfDay, _
	d2 As TimeSpan _
) As Boolean

Return Value

true if d1 is less than or equal to d2; otherwise, false.

See Also