MessageCreateDate Property |
The DateTime object indicate the time when the operation is created. The date is managed by the Framework itself, Never change this value in code.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public DateTime CreateDate { get; set; }
<DataMemberAttribute>
Public Property CreateDate As DateTime
Get
Set
public:
[DataMemberAttribute]
property DateTime CreateDate {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member CreateDate : DateTime with get, set
Property Value
Type:
DateTimeSee Also