Table of Contents

Class DicomDateRange

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll
public class DicomDateRange : DicomRange<DateTime>
Inheritance
DicomDateRange
Inherited Members
Extension Methods

Constructors

DicomDateRange()

public DicomDateRange()

DicomDateRange(DateTime, DateTime)

public DicomDateRange(DateTime min, DateTime max)

Parameters

min DateTime
max DateTime

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

ToString(string)

public string ToString(string format)

Parameters

format string

Returns

string