C# Class Dicom.Data.DcmDateRange

DICOM date range
Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the DcmDateRange class.
public DcmDateRange ( ) : System
Résultat System

DcmDateRange() public méthode

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

DcmDateRange() public méthode

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
Résultat System

ToString() public méthode

Gets date range as formatted string.
public ToString ( string format ) : string
format string DateTime format
Résultat string