HtmlForgeX

API Reference

Enum

TablerRelativeTimeAbsoluteFormat

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

Controls how absolute time is formatted in TablerRelativeTime.

Inheritance

  • Enum
  • TablerRelativeTimeAbsoluteFormat

Values

public const TablerRelativeTimeAbsoluteFormat Default #

Use browser defaults (locale-aware).

Value: 0
public const TablerRelativeTimeAbsoluteFormat IsoUtc #

UTC ISO-like format (e.g., 2025-12-26 09:26:06Z).

Value: 1
public const TablerRelativeTimeAbsoluteFormat IsoLocal #

Local ISO-like format (e.g., 2025-12-26 10:26:06).

Value: 2
public const TablerRelativeTimeAbsoluteFormat DateOnly #

Date only (YYYY-MM-DD).

Value: 3
public const TablerRelativeTimeAbsoluteFormat TimeOnly24 #

Time only, 24h (HH:mm:ss).

Value: 4
public const TablerRelativeTimeAbsoluteFormat DateTime24 #

Date + time, 24h (YYYY-MM-DD HH:mm).

Value: 5