ServerEventArgs.PostTime Property

Definition

Gets the date and time at which the argument was posted.

public:
 property DateTime PostTime { DateTime get(); };
public DateTime PostTime { get; }
member this.PostTime : DateTime
Public ReadOnly Property PostTime As DateTime

Property Value

A DateTime system object value that specifies the date and time when the argument was posted.

Examples

Handling SMO Events

Applies to