MessageBuilder.Timestamp(Double) Method
Mirrors the client-side timestamp option.
Namespace: DevExtreme.AspNet.Mvc.Builders.Chat
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public MessageBuilder Timestamp(
double value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The option value. |
Returns
| Type | Description |
|---|---|
| MessageBuilder | A reference to this instance after the method is called. |
See Also