Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time of the transaction.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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
The date and time.