C# Class Dicom.Data.DcmDateRange

DICOM date range
Exibir arquivo Open project: fo-dicom/mdcm

Public Methods

Method Description
DcmDateRange ( ) : System

Initializes a new instance of the DcmDateRange class.

DcmDateRange ( System.DateTime dt ) : System

Initializes a new instance of the DcmDateRange class.

DcmDateRange ( System.DateTime begin, System.DateTime end ) : System

Initializes a new instance of the DcmDateRange class.

ToString ( string format ) : string

Gets date range as formatted string.

Method Details

DcmDateRange() public method

Initializes a new instance of the DcmDateRange class.
public DcmDateRange ( ) : System
return System

DcmDateRange() public method

Initializes a new instance of the DcmDateRange class.
public DcmDateRange ( System.DateTime dt ) : System
dt System.DateTime Start and end date
return System

DcmDateRange() public method

Initializes a new instance of the DcmDateRange class.
public DcmDateRange ( System.DateTime begin, System.DateTime end ) : System
begin System.DateTime Start date
end System.DateTime End date
return System

ToString() public method

Gets date range as formatted string.
public ToString ( string format ) : string
format string DateTime format
return string