DOFDateTime Constructor (DateTime)OpenDOF Object Access Library
Create a new date/time given data.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFDateTime(
	ref DateTime data
)

Parameters

data
Type: SystemDateTime
The data to encapsulate. Must not be null.
Remarks

Create a new date/time given data.
See Also

Reference