Date (BBIE). The date of the Exchange.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public DateTime Date { get; set; } |
| Visual Basic |
|---|
Public Property Date As DateTime
Get
Set |
| Visual C++ |
|---|
public:
virtual property DateTime Date {
DateTime get () sealed;
void set (DateTime value) sealed;
} |
| F# |
|---|
abstract Date : DateTime with get, set
override Date : DateTime with get, set |
Property Value
Type:
DateTimeImplements
IExchangeRate..::..DateRemarks
See Also