Table of Contents

Class DateQuantity

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class DateQuantity
Inheritance
DateQuantity
Inherited Members

Constructors

DateQuantity()

public DateQuantity()

DateQuantity(DateTime, int)

public DateQuantity(DateTime item, int quantity)

Parameters

item DateTime
quantity int

Properties

Item

public DateTime Item { get; set; }

Property Value

DateTime

Quantity

public int Quantity { get; set; }

Property Value

int