Return the Event Time if the item.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Time GetEventTime(
	Item item
)

Parameters

item
Type: TeaTime..::..Item
The item

Return Value

The value of the item's time field.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThe file holds no ItemDescription.
System..::..InvalidOperationExceptionThe ItemDescription does not identify a field as event time.

See Also