DateTimeValue.FromDateTime(DateTime) Method     
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.
Returns a new DateTimeValue object that was created from a DateTime value.
public static DocumentFormat.OpenXml.DateTimeValue FromDateTime(DateTime value);static member FromDateTime : DateTime -> DocumentFormat.OpenXml.DateTimeValuePublic Shared Function FromDateTime (value As DateTime) As DateTimeValueParameters
- value
- DateTime
A DateTime value to use to create a new DateTimeValue object.
Returns
A DateTimeValue object that corresponds to the value parameter.