GraphDateTimeRange Constructor
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
GraphDateTimeRange(Nullable<DateTime>, Nullable<DateTime>)
Creates a time interval.
Declaration
public GraphDateTimeRange(DateTime? from, DateTime? to)