C# Class GraphQL.Language.AST.DateTimeValue

Inheritance: AbstractNode, IValue
Datei anzeigen Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

Method Description
DateTimeValue ( System.DateTime value ) : System
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( DateTimeValue other ) : bool

Method Details

DateTimeValue() public method

public DateTimeValue ( System.DateTime value ) : System
value System.DateTime
return System

Equals() protected method

protected Equals ( DateTimeValue other ) : bool
other DateTimeValue
return bool

IsEqualTo() public method

public IsEqualTo ( INode obj ) : bool
obj INode
return bool

ToString() public method

public ToString ( ) : string
return string