Click or drag to resize

DateTimeColumn(DateTimeColumn) Constructor

Initializes a new instance of the DateTimeColumn class by copying another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DateTimeColumn(
	DateTimeColumn from
)

Parameters

from  DateTimeColumn
The source column.
See Also