Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition. For example, if the event notification is for acknowledgment of a condition, this would be the time that the condition became acknowledged.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Time As Date |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As EventData
Dim value As Date
value = instance.Time
instance.Time = value |
| Managed Extensions for C++ | |
|---|
public: DateTime Time |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also