DateRelativeToString Method

Return the string representation of this instance.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public override string ToString()

Return Value

String
String representation of the current values in this instance. If Relative=false, a formatted date will be returned. Otherwise, if Relative=true, a human readable relative date string will be returned.

See Also