메소드 | 설명 | |
---|---|---|
ConvertToLocalTime ( IXmpDateTime dateTime ) : IXmpDateTime |
Make sure a time is local. If the time zone is not the local zone, the time is adjusted and the time zone set to be local.
|
|
ConvertToUtcTime ( IXmpDateTime dateTime ) : IXmpDateTime |
Make sure a time is UTC. If the time zone is not UTC, the time is adjusted and the time zone set to be UTC.
|
|
Create ( ) : IXmpDateTime |
Creates an empty
|
|
Create ( int year, int month, int day ) : IXmpDateTime |
Creates an
|
|
Create ( int year, int month, int day, int hour, int minute, int second, int nanoSecond ) : IXmpDateTime |
Creates an
|
|
CreateFromCalendar ( |
Creates an
|
|
CreateFromIso8601 ( string strValue ) : IXmpDateTime |
Creates an
|
|
SetLocalTimeZone ( IXmpDateTime dateTime ) : IXmpDateTime |
Sets the local time zone without touching any other Any existing time zone value is replaced, the other date/time fields are not adjusted in any way.
|
public static ConvertToLocalTime ( IXmpDateTime dateTime ) : IXmpDateTime | ||
dateTime | IXmpDateTime | the XMPDateTime variable containing the time to be modified. |
리턴 | IXmpDateTime |
public static ConvertToUtcTime ( IXmpDateTime dateTime ) : IXmpDateTime | ||
dateTime | IXmpDateTime |
/// the XMPDateTime variable containing the time to
/// be modified. |
리턴 | IXmpDateTime |
public static Create ( int year, int month, int day ) : IXmpDateTime | ||
year | int | years |
month | int | months from 1 to 12 /// Note: Remember that the month in |
day | int | days |
리턴 | IXmpDateTime |
public static Create ( int year, int month, int day, int hour, int minute, int second, int nanoSecond ) : IXmpDateTime | ||
year | int | years |
month | int | months from 1 to 12 /// Note: Remember that the month in |
day | int | days |
hour | int | hours |
minute | int | minutes |
second | int | seconds |
nanoSecond | int | nanoseconds |
리턴 | IXmpDateTime |
public static CreateFromCalendar ( |
||
calendar | a Calendar -object. |
|
리턴 | IXmpDateTime |
public static CreateFromIso8601 ( string strValue ) : IXmpDateTime | ||
strValue | string | The ISO 8601 string representation of the date/time. |
리턴 | IXmpDateTime |
public static SetLocalTimeZone ( IXmpDateTime dateTime ) : IXmpDateTime | ||
dateTime | IXmpDateTime | the XMPDateTime variable containing the value to be modified. |
리턴 | IXmpDateTime |