DateRelativeAgo Property

Get/Set a value indicating whether this Date occurs in the Past.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public bool Ago { get; set; }

Property Value

Boolean

Remarks

If true, the target date is x time ago. Otherwise, the target date is x time from y.

See Also