QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(DateTime) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > DateTimeField Class > Implicit Type Conversion Operator : Implicit Type Conversion(DateTime) Operator
val

DateTimeField

This allows the developer to directly assign a DateTime value into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set.

Parameters:
Description
valDateTime value to set the Value property with.

Returns:
Type
DateTimeField

Syntax

C# 
public DateTimeField operator implicit( 
   DateTime val
)

Parameters

val

Requirements

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

See Also