RangeCollection..::..ExpectedDeliveryDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaManualBOBatch
Assembly:  JiwaManualBOBatch (in JiwaManualBOBatch.dll)

Syntax


public Range<DateTime> ExpectedDeliveryDate { get; set; }
Public Property ExpectedDeliveryDate As Range(Of DateTime)
	Get
	Set
public:
property Range<DateTime^>^ ExpectedDeliveryDate {
	Range<DateTime^>^ get ();
	void set (Range<DateTime^>^ value);
}