Skip to main content
All docs
V25.2
  • ChatBuilder.MessageTimestampFormat(Action<FormatBuilder>) Method

    Specifies the message timestamp format. Mirrors the client-side messageTimestampFormat option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public ChatBuilder MessageTimestampFormat(
        Action<FormatBuilder> configurator
    )

    Parameters

    Name Type Description
    configurator Action<FormatBuilder>

    A function that allows you to specify nested options.

    Returns

    Type Description
    ChatBuilder

    A reference to this instance after the method is called.

    See Also