Fauna csharp driver  4.2.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
FaunaDB.Types.DateV Class Reference

Represents a Date value in the FaunaDB query language. More...

Inheritance diagram for FaunaDB.Types.DateV:
FaunaDB.Types.ScalarValue< DateTime >

Public Member Functions

override bool Equals (Expr v)
 
override string ToString ()
 
- Public Member Functions inherited from FaunaDB.Types.ScalarValue< DateTime >
override bool Equals (Expr v)
 
override string ToString ()
 

Static Public Member Functions

static DateV Of (string isoDate)
 
static DateV Of (DateTime dateTime)
 
static operator DateV (DateTime value)
 Convert from a DateTime by rendering as iso8601. This throws out time-of-day data. More...
 
static implicit operator DateTime (DateV ft)
 

Protected Member Functions

override int HashCode ()
 
- Protected Member Functions inherited from FaunaDB.Types.ScalarValue< DateTime >
 ScalarValue (TWrapped value)
 
override int HashCode ()
 

Properties

DateTimeOffset DateTimeOffset [get]
 
- Properties inherited from FaunaDB.Types.ScalarValue< DateTime >
TWrapped Value [get]
 

Detailed Description

Represents a Date value in the FaunaDB query language.

See the FaunaDB Special Types

.

Definition at line 216 of file ScalarValue.cs.

Member Function Documentation

◆ Equals()

override bool FaunaDB.Types.DateV.Equals ( Expr  v)

Definition at line 260 of file ScalarValue.cs.

◆ HashCode()

override int FaunaDB.Types.DateV.HashCode ( )
protected

◆ Of() [1/2]

static DateV FaunaDB.Types.DateV.Of ( DateTime  dateTime)
static

◆ Of() [2/2]

static DateV FaunaDB.Types.DateV.Of ( string  isoDate)
static

◆ operator DateTime()

static implicit FaunaDB.Types.DateV.operator DateTime ( DateV  ft)
static

◆ operator DateV()

static FaunaDB.Types.DateV.operator DateV ( DateTime  value)
explicitstatic

Convert from a DateTime by rendering as iso8601. This throws out time-of-day data.

◆ ToString()

override string FaunaDB.Types.DateV.ToString ( )

Property Documentation

◆ DateTimeOffset

DateTimeOffset FaunaDB.Types.DateV.DateTimeOffset
get

Definition at line 234 of file ScalarValue.cs.


The documentation for this class was generated from the following file: