C# 클래스 Dicom.Data.DcmDateRange

DICOM date range
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
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.

메소드 상세

DcmDateRange() 공개 메소드

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

DcmDateRange() 공개 메소드

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

DcmDateRange() 공개 메소드

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
리턴 System

ToString() 공개 메소드

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