Get the date and time when the event was generated.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public DateTime Generated { get; }
Visual Basic (Declaration)
Public ReadOnly Property Generated As DateTime
Visual C++
public:
property DateTime Generated {
	DateTime get ();
}

See Also