Occurrence Time (BBIE). The time of an occurrence of the event.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public DateTime OccurrenceTime { get; set; }
Visual Basic
Public Property OccurrenceTime As DateTime
	Get
	Set
Visual C++
public:
virtual property DateTime OccurrenceTime {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}
F#
abstract OccurrenceTime : DateTime with get, set
override OccurrenceTime : DateTime with get, set

Property Value

Type: DateTime

Implements

ITransportEvent..::..OccurrenceTime

Remarks

Dictionary entry name
Transport Event. Occurrence Time. Time
Cardinality
0..1

See Also