C# Class Neddle.Extensions.DateTimeExtensions

Contains DateTime extension methods.
Datei anzeigen Open project: kcargile/neddle

Public Methods

Method Description
ApproximatelyEqual ( this t, System.DateTime obj ) : bool

Determines if the two dates are equivalent to within one second.

Method Details

ApproximatelyEqual() public static method

Determines if the two dates are equivalent to within one second.
public static ApproximatelyEqual ( this t, System.DateTime obj ) : bool
t this The object.
obj System.DateTime The object to compare.
return bool