메소드 | 설명 | |
---|---|---|
CompareTo ( object dt ) : int | ||
HasDate ( ) : bool | ||
HasTime ( ) : bool | ||
HasTimeZone ( ) : bool | ||
ToString ( ) : string | ||
XmpDateTimeImpl ( ) : System |
Creates an
|
|
XmpDateTimeImpl ( System.DateTime date, |
Creates an
|
|
XmpDateTimeImpl ( XMPCalendar calendar ) : System |
Creates an
|
|
XmpDateTimeImpl ( string strValue ) : System |
Creates an
|
public XmpDateTimeImpl ( System.DateTime date, |
||
date | System.DateTime | a date describing an absolute point in time |
timeZone | a TimeZone how to interpret the date | |
리턴 | System |
public XmpDateTimeImpl ( XMPCalendar calendar ) : System | ||
calendar | XMPCalendar | a Calendar |
리턴 | System |
public XmpDateTimeImpl ( string strValue ) : System | ||
strValue | string | an ISO 8601 string |
리턴 | System |