DateTimeChatExtension extension

on

Properties

isThisWeek bool

Available on DateTime, provided by the DateTimeChatExtension extension

Checks if the date is this week
no setter
isToday bool

Available on DateTime, provided by the DateTimeChatExtension extension

Checks if the date is today
no setter
isYesterday bool

Available on DateTime, provided by the DateTimeChatExtension extension

Checks if the date is yesterday
no setter
to12HourFormat String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns time in 12-hour format (e.g., "2:30 PM")
no setter
to24HourFormat String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns time in 24-hour format (e.g., "14:30")
no setter
toChatSectionHeader String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns chat section header format
no setter
toChatTime String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns relative time string for chat messages
no setter
toChatTimeDetailed String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns detailed chat time string
no setter
toDateAsString String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns date in format "Jan 15, 2024"
no setter
toDateWithDay String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns date in format "Monday, Jan 15"
no setter
toFullChatTime String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns full chat timestamp with date and time
no setter
toLastSeenTime String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns last seen format
no setter
toLocalTime DateTime

Available on DateTime, provided by the DateTimeChatExtension extension

Converts UTC DateTime to local timezone
no setter
toMessageTime String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns formatted time for message bubbles
no setter
toSmartChatTime String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns smart chat timestamp based on when message was sent
no setter
toTimeAgo String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns time ago with automatic updates (for real-time chat)
no setter
toTypingTime String

Available on DateTime, provided by the DateTimeChatExtension extension

Returns typing indicator timestamp
no setter
toUtcTime DateTime

Available on DateTime, provided by the DateTimeChatExtension extension

Converts local DateTime to UTC
no setter