Search Results for

    Show / Hide Table of Contents

    Class DicomDateRange

    Inheritance
    Object
    DicomRange<DateTime>
    DicomDateRange
    Inherited Members
    DicomRange<DateTime>.Minimum
    DicomRange<DateTime>.Maximum
    DicomRange<DateTime>.Contains(DateTime)
    DicomRange<DateTime>.Join(DateTime)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomDateRange : DicomRange<DateTime>

    Constructors

    DicomDateRange()

    Declaration
    public DicomDateRange()

    DicomDateRange(DateTime, DateTime)

    Declaration
    public DicomDateRange(DateTime min, DateTime max)
    Parameters
    Type Name Description
    DateTime min
    DateTime max

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    ToString(String)

    Declaration
    public string ToString(string format)
    Parameters
    Type Name Description
    String format
    Returns
    Type Description
    String
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors