Skip to main content
All docs
V25.2
  • MessageBaseBuilder.Timestamp(String) Method

    Mirrors the client-side timestamp option.

    Namespace: DevExtreme.AspNet.Mvc.Builders.Chat

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public MessageBaseBuilder Timestamp(
        string value
    )

    Parameters

    Name Type Description
    value String

    The option value.

    Returns

    Type Description
    MessageBaseBuilder

    A reference to this instance after the method is called.

    See Also