TimeStamp Property

Pageflex Server Logging API Reference

The TimeStamp of when the message was created, in GMT. Localize this as needed for display.

Namespace:  Pageflex.Ur.Logging.API
Assembly:  PFSvr_Monitor (in PFSvr_Monitor.dll) Version: 7.6.0.1105 (10.1105.0.0)

Syntax

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

See Also