Occurrence Date (BBIE). The date of an occurrence of the event.
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 OccurrenceDate { get; set; } |
| Visual Basic |
|---|
Public Property OccurrenceDate As DateTime
Get
Set |
| Visual C++ |
|---|
public:
virtual property DateTime OccurrenceDate {
DateTime get () sealed;
void set (DateTime value) sealed;
} |
| F# |
|---|
abstract OccurrenceDate : DateTime with get, set
override OccurrenceDate : DateTime with get, set |
Property Value
Type:
DateTimeImplements
ITransportEvent..::..OccurrenceDateRemarks
See Also