Determines whether one specified Date is less than or equal to a specified DateTime.

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

Syntax

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

Return Value

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

See Also