NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OccurredEventArgs.RaisedTime

Gets the time when the event was raised.

[Visual Basic]
Public ReadOnly Property RaisedTime As DateTime
[C#]
public DateTime RaisedTime {get;}
[C++]
public: __property DateTime get_RaisedTime();
[JScript]
public function get RaisedTime() : DateTime;

Property Value

A DateTime that represents a specific time. There is no default.

See Also

OccurredEventArgs Class | OccurredEventArgs Members | System.Timers Namespace | DateTime