GetDateTimeFreeField Class

Retrieves the DateTime value of a IFreeFields

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers.GetData
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class GetDateTimeFreeField : NodeBase
Inheritance
Object    NodeBase    GetDateTimeFreeField

Constructors

GetDateTimeFreeField Default constructor.

Exceptions

InvalidOperationExceptionThrown if the company the node is running for doesn't use IFreeFields. Can also be thrown if the selected DateTime field index to grab isn't 1, 2 or 3.
NullReferenceExceptionCan be thrown if you want to access the free field value that is not being set.

See Also