MSG.time 属性

定义

获取或设置消息的发送时间。

public:
 property int time { int get(); void set(int value); };
public int time { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public int time { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.time : int with get, set
member this.time : int with get, set
Public Property time As Integer

属性值

消息的发送时间。

属性

适用于