Gets or sets if pretty date format is enabled.

Note: Example of pretty date format '2 days ago'.

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

Syntax

C#
public bool EnablePrettyDateFormat { get; set; }
Visual Basic
Public Property EnablePrettyDateFormat As Boolean
	Get
	Set
Visual C++
public:
property bool EnablePrettyDateFormat {
	bool get ();
	void set (bool value);
}
F#
member EnablePrettyDateFormat : bool with get, set

Property Value

Type: Boolean

See Also