Initializes a new instance of the DateCountPair class

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public DateCountPair(
	DateTime date,
	int count
)
Visual Basic
Public Sub New ( 
	date As DateTime,
	count As Integer
)
Visual C++
public:
DateCountPair(
	DateTime date, 
	int count
)
F#
new : 
        date : DateTime * 
        count : int -> DateCountPair

Parameters

date
Type: System..::..DateTime
count
Type: System..::..Int32

See Also