다음을 통해 공유


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

속성 값

Int32

메시지가 게시된 시간입니다.

특성

적용 대상