Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.