DateTimeValue Constructor (DateTime)
Initializes a new instance of the DateTimeValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As DateTime _
)
'Usage
Dim value As DateTime
Dim instance As New DateTimeValue(value)
public DateTimeValue(
DateTime value
)
Parameters
- value
Type: System.DateTime