See Also

AuthoritativeEngine Class  | AuthoritativeEngine Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

StartTime Property

Dart.PowerSNMP Namespace > AuthoritativeEngine Class : StartTime Property

Used to get and set the starting time of the authoritative engine.

[Visual Basic]
Public Property StartTime As Date
[C#]
public DateTime StartTime {get; set;}
[C++]
public: __property DateTime get_StartTime(); public: __property void set_StartTime(    DateTime value );
[C++/CLI]
public: property DateTime StartTime {    DateTime get();    void set (DateTime value); }

Return Type

A DateTime object.

Remarks

Used to compute the value of the AuthoritativeEngine.Time property. This property is used at run-time only.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

AuthoritativeEngine Class  | AuthoritativeEngine Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.