PowerSNMP for .NET
Time Property




Gets or sets the number of seconds since the authoritative engine was initialized (seconds since StartTime).
Syntax
Public Property Time As Integer
Dim instance As Engine
Dim value As Integer
 
instance.Time = value
 
value = instance.Time
public int Time {get; set;}
public: __property int get_Time();
public: __property void set_Time( 
   int value
);
public:
property int Time {
   int get();
   void set (    int value);
}

Property Value

Int32
Remarks
When set, StartTime is updated to a new value. When read, this value increments over time.
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