menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITimePickerMessage - API Reference

    Show / Hide Table of Contents

    Interface ITimePickerMessage

    Defines properties that can be used to display a time picker message in SfChat.

    Inherited Members
    ITextMessage.Text
    IMessage.Dispose()
    IMessage.Author
    IMessage.DateTime
    IMessage.Suggestions
    IMessage.Data
    IMessage.IsSuggestionViewHiddenAfterSelection
    IMessage.IsMessageContentHiddenAfterSelection
    IMessage.HideAfterSelection
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public interface ITimePickerMessage : ITextMessage, IMessage

    Properties

    SelectedTime

    Gets or sets the selected time by a user.

    Declaration
    TimeSpan SelectedTime { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved