Click or drag to resize

DateTimeNode Constructor

Overload List
  NameDescription
Public methodDateTimeNode(IGraph, DateTime)
Creates a new Date Time valued node.
Public methodDateTimeNode(IGraph, DateTimeOffset)
Creates a new Date Time valued node.
Public methodDateTimeNode(IGraph, DateTime, String)
Creates a new Date Time valued node.
Protected methodDateTimeNode(IGraph, DateTime, Uri)
Creates a new Date Time valued node.
Public methodDateTimeNode(IGraph, DateTimeOffset, String)
Creates a new Date Time valued node.
Protected methodDateTimeNode(IGraph, DateTimeOffset, Uri)
Creates a new Date Time valued node.
Public methodDateTimeNode(IGraph, DateTime, DateTimeOffset, String)
Creates a new Date Time valued node.
Protected methodDateTimeNode(IGraph, DateTime, String, Uri)
Creates a new Date Time valued node.
Protected methodDateTimeNode(IGraph, DateTimeOffset, String, Uri)
Creates a new Date Time valued node.
Public methodDateTimeNode(IGraph, DateTime, DateTimeOffset, String, Uri)
Creates a new Date Time valued node.
Top
See Also