QuickObjects.ObjectBase Send comments on this topic.
DateTimeField Constructor(IBusinessObject)
See Also 
Akal.QuickObjects.ObjectBase Namespace > DateTimeField Class > DateTimeField Constructor : DateTimeField Constructor(IBusinessObject)
businessObj

DateTimeField

This constructor for DateTimeField offers no functionality but it calls baseField's constructor with same signature.

Parameters:
Description
businessObjPassed in value of businessObj is passed to baseField's constructor.

Syntax

C# 
public DateTimeField( 
   IBusinessObject businessObj
)

Parameters

businessObj

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also