Click or drag to resize
DialogueuserSetLatesttime Method
设置最近连接时间。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Dialogueuser SetLatesttime(
	DateTime value
)

Parameters

value
Type: SystemDateTime
最近连接时间值。

Return Value

Type: Dialogueuser
当前对话用户。
See Also