HtmlForgeX

API Reference

Enum

TablerRelativeTimeAbsoluteTimeZone

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls which time zone is used for absolute time rendering.

Inheritance

  • Enum
  • TablerRelativeTimeAbsoluteTimeZone

Values

public const TablerRelativeTimeAbsoluteTimeZone Local #

Use the viewer's local time zone.

Value: 0
public const TablerRelativeTimeAbsoluteTimeZone Utc #

Use UTC.

Value: 1
public const TablerRelativeTimeAbsoluteTimeZone FixedOffset #

Use a fixed offset (see TimeSpan)).

Value: 2