Click or drag to resize

AltaxoVariant(DateTimeOffset) Constructor

Initializes a new instance of the AltaxoVariant struct from a DateTimeOffset value.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoVariant(
	DateTimeOffset f
)

Parameters

f  DateTimeOffset
The date and time value with offset.
See Also