CellValue.TryGetDateTimeOffset(DateTimeOffset) 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.
Attempts to parse cell value to retrieve a DateTimeOffset.
public bool TryGetDateTimeOffset (out DateTimeOffset dt);
member this.TryGetDateTimeOffset : DateTimeOffset -> bool
Public Function TryGetDateTimeOffset (ByRef dt As DateTimeOffset) As Boolean
Parameters
The result if successful.
Returns
Success or failure