PowerSNMP for .NET
StartTime Property




Gets the starting time of the authoritative engine.
Syntax
Public Property StartTime As Date
Dim instance As Engine
Dim value As Date
 
instance.StartTime = value
 
value = instance.StartTime
public DateTime StartTime {get; set;}
public: __property DateTime get_StartTime();
public: __property void set_StartTime( 
   DateTime value
);
public:
property DateTime StartTime {
   DateTime get();
   void set (    DateTime value);
}

Property Value

A DateTime object
Remarks
It is set when the Engine is created (to the current time), Time is set, or when EngineTime is received from a remote authoritative engine.
See Also

Reference

Engine Class
Engine Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic