Transaction.Date Property
Gets or sets the DateTime of the transaction.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Date As DateTime
Get
Set
'Usage
Dim instance As Transaction
Dim value As DateTime
value = instance.Date
instance.Date = value
[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime Date { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property DateTime Date {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Date : DateTime with get, set
function get Date () : DateTime
function set Date (value : DateTime)
Property Value
Type: System.DateTime
DateTime.