[Missing <summary> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.DateTime,System.DateTime,System.TimeSpan)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static bool ValuesInProximity(
	DateTime value1,
	DateTime value2,
	TimeSpan proxmityThreshold
)
Visual Basic (Declaration)
Public Shared Function ValuesInProximity ( _
	value1 As DateTime, _
	value2 As DateTime, _
	proxmityThreshold As TimeSpan _
) As Boolean
Visual C++
public:
static bool ValuesInProximity(
	DateTime value1, 
	DateTime value2, 
	TimeSpan proxmityThreshold
)

Parameters

value1
Type: System..::.DateTime

[Missing <param name="value1"/> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.DateTime,System.DateTime,System.TimeSpan)"]

value2
Type: System..::.DateTime

[Missing <param name="value2"/> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.DateTime,System.DateTime,System.TimeSpan)"]

proxmityThreshold
Type: System..::.TimeSpan

[Missing <param name="proxmityThreshold"/> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.DateTime,System.DateTime,System.TimeSpan)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.DateTime,System.DateTime,System.TimeSpan)"]

See Also