MessageDetailTimeStamp Property

Gets or sets the time and date the message detail was created.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public DateTime TimeStamp {
	get;
 }

Property Value

DateTime

Remarks

The default time stamp will be UtcNow.

See Also