Click or drag to resize

VariantAsDateTime Method

Return the contained value as a DateTime relative to 1970-01-01 UTC or null.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DateTime? AsDateTime()

Return Value

NullableDateTime
The contained value as a DateTime, or if the variant is empty.
See Also