DateTimeValue-Konstruktor (DateTimeValue)
Initializes a new instance of the DateTimeValue by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
source As DateTimeValue _
)
'Usage
Dim source As DateTimeValue
Dim instance As New DateTimeValue(source)
public DateTimeValue(
DateTimeValue source
)
Parameter
- source
Typ: DocumentFormat.OpenXml.DateTimeValue