Show / Hide Table of Contents

Class DateIntervalHelper

Inheritance
System.Object
DateIntervalHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: mdmapidotnetrestful
Assembly: mdm-api-dotnet-restful.dll
Syntax
public class DateIntervalHelper

Constructors

| Improve this Doc View Source

DateIntervalHelper(DateTime, DateTime)

Declaration
public DateIntervalHelper(DateTime minDate, DateTime maxDate)
Parameters
Type Name Description
System.DateTime minDate
System.DateTime maxDate

Fields

| Improve this Doc View Source

intervals

Declaration
public Dictionary<string, KeyValuePair<DateTime, DateTime>> intervals
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.KeyValuePair<System.DateTime, System.DateTime>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX