Fauna csharp driver  4.2.0
FaunaDB.Types.FaunaDate Class Reference

Instruct the encoder that this DateTime property should always be converted to Types.DateV More...

Inheritance diagram for FaunaDB.Types.FaunaDate:

Detailed Description

Instruct the encoder that this DateTime property should always be converted to Types.DateV

class User { [FaunaDate] public DateTime Birthday { get; set; } }

var user = new User { Birthday = DateTime.Now };

var encoded = Encoder.Encode(user);

Definition at line 75 of file Attributes.cs.


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