DateTimeItem.Val Property

Value.Represents the attribte in schema: v

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "v")> _
Public Property Val As DateTimeValue
    Get
    Set
'Usage
Dim instance As DateTimeItem
Dim value As DateTimeValue

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "v")]
public DateTimeValue Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

DateTimeItem Class

DateTimeItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace