RangeCollection..::..ProcessedDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.Export
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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