Used to turn a date and time object into a string representation which is localized and relative to current date/time

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class RelativeTimeFormatter : ReadOnlyBase
Visual Basic
<SerializableAttribute> _
Public Class RelativeTimeFormatter _
	Inherits ReadOnlyBase
Visual C++
[SerializableAttribute]
public ref class RelativeTimeFormatter : public ReadOnlyBase

Inheritance Hierarchy

System..::..Object
  ReadOnlyBase
    GZTW.AyaNova.BLL..::..RelativeTimeFormatter

See Also