API Reference
Enum
TablerRelativeTimeAbsoluteFormat
Controls how absolute time is formatted in TablerRelativeTime.
Inheritance
- Enum
- TablerRelativeTimeAbsoluteFormat
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerRelativeTimeAbsoluteFormat IsoUtc #UTC ISO-like format (e.g., 2025-12-26 09:26:06Z).
Value:
1public const TablerRelativeTimeAbsoluteFormat IsoLocal #Local ISO-like format (e.g., 2025-12-26 10:26:06).
Value:
2public const TablerRelativeTimeAbsoluteFormat DateTime24 #Date + time, 24h (YYYY-MM-DD HH:mm).
Value:
5