Gets or sets the document maximum creation date

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public DateTime CreatedMax { get; set; }
Visual Basic (Declaration)
Public Property CreatedMax As DateTime
Visual C++
public:
property DateTime CreatedMax {
	DateTime get ();
	void set (DateTime value);
}

See Also