using System; namespace Wino.Messaging.Client.Calendar; /// /// Raised when requested date is already loaded into calendar flip view to scroll to it. /// /// Date to scroll. public record ScrollToDateMessage(DateTime Date);