Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomDateRange

    Inheritance
    System.Object
    DicomRange<System.DateTime>
    DicomDateRange
    Inherited Members
    DicomRange<DateTime>.Minimum
    DicomRange<DateTime>.Maximum
    DicomRange<DateTime>.Contains(DateTime)
    DicomRange<DateTime>.Join(DateTime)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.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
    System.DateTime min
    System.DateTime max

    Methods

    ToString()

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

    ToString(String)

    Declaration
    public string ToString(string format)
    Parameters
    Type Name Description
    System.String format
    Returns
    Type Description
    System.String

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors