Issue Time (BBIE). Time at which the Bill Of Lading was issued.

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

Syntax

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

Property Value

Type: DateTime

Implements

IBillOfLading..::..IssueTime

Remarks

Dictionary entry name
Bill Of Lading. Issue Time. Time
Cardinality
0..1

Examples

"House Bill", "Consolidated Bill of Lading", "Proforma"

See Also