Click or drag to resize

FragmentToDate Method

Gets the contained value as a DateTimeOffset

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public DateTimeOffset ToDate()

Return Value

Type: DateTimeOffset
The cast contained value, or a default value
See Also