DateTimeItem.Val Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value
Represents the following attribute in the schema: v
[DocumentFormat.OpenXml.SchemaAttr(0, "v")]
public DocumentFormat.OpenXml.DateTimeValue Val { get; set; }public DocumentFormat.OpenXml.DateTimeValue Val { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "v")]
public DocumentFormat.OpenXml.DateTimeValue? Val { get; set; }[DocumentFormat.OpenXml.SchemaAttr("v")]
public DocumentFormat.OpenXml.DateTimeValue? Val { get; set; }public DocumentFormat.OpenXml.DateTimeValue? Val { get; set; }member this.Val : DocumentFormat.OpenXml.DateTimeValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "v")>]
member this.Val : DocumentFormat.OpenXml.DateTimeValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("v")>]
member this.Val : DocumentFormat.OpenXml.DateTimeValue with get, setPublic Property Val As DateTimeValueProperty Value
Returns DateTimeValue.
- Attributes