[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the creation time, in milliseconds, for this connection.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long StartTime { get; }
Public ReadOnly Property StartTime As Long
public:
property long long StartTime {
	long long get ();
}

Return Value

the creation time, in milliseconds, for this connection.

See Also