DateTimeChatExtension extension
- on
Properties
- isThisWeek → bool
-
Available on DateTime, provided by the DateTimeChatExtension extension
Checks if the date is this weekno setter - isToday → bool
-
Available on DateTime, provided by the DateTimeChatExtension extension
Checks if the date is todayno setter - isYesterday → bool
-
Available on DateTime, provided by the DateTimeChatExtension extension
Checks if the date is yesterdayno 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 formatno setter - toChatTime → String
-
Available on DateTime, provided by the DateTimeChatExtension extension
Returns relative time string for chat messagesno setter - toChatTimeDetailed → String
-
Available on DateTime, provided by the DateTimeChatExtension extension
Returns detailed chat time stringno 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 timeno setter - toLastSeenTime → String
-
Available on DateTime, provided by the DateTimeChatExtension extension
Returns last seen formatno setter - toLocalTime → DateTime
-
Available on DateTime, provided by the DateTimeChatExtension extension
Converts UTC DateTime to local timezoneno setter - toMessageTime → String
-
Available on DateTime, provided by the DateTimeChatExtension extension
Returns formatted time for message bubblesno setter - toSmartChatTime → String
-
Available on DateTime, provided by the DateTimeChatExtension extension
Returns smart chat timestamp based on when message was sentno 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 timestampno setter - toUtcTime → DateTime
-
Available on DateTime, provided by the DateTimeChatExtension extension
Converts local DateTime to UTCno setter