Transaction.Date Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the date and time of the transaction.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime Date { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property DateTime Date {
    DateTime get();
    void set(DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Date : DateTime with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Date As Date

Property Value

Type: System.DateTime

The date and time.

See Also

Transaction Class
Microsoft.MasterDataServices Namespace

Return to top