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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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