Click or drag to resize

ReadOnlyFragmentToDate Method

Gets the contained value as a DateTimeOffset

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

Return Value

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