AltaxoVariantToDateTimeOffset Method |
Converts the content to a DateTime if possible. The structure remains unchanged.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DateTimeOffset ToDateTimeOffset()
Return Value
DateTimeOffsetThe contents converted to a DateTime.
Remarks An exception is thrown if the conversion fails.
See Also