메소드 | 설명 | |
---|---|---|
Parse ( string iso8601String ) : IXmpDateTime |
Converts an ISO 8601 string to an
Note: Tolerate missing TZD, assume is UTC. Photoshop 8 writes dates like this for exif:GPSTimeStamp.
|
|
Parse ( string iso8601String, IXmpDateTime binValue ) : IXmpDateTime | ||
Render ( IXmpDateTime dateTime ) : string |
Converts a
Note: ISO 8601 does not seem to allow years less than 1000 or greater than 9999. We allow any year, even negative ones. The year is formatted as "%.4d". Note: Fix for bug 1269463 (silently fix out of range values) included in parsing. The quasi-bogus "time only" values from Photoshop CS are not supported.
|
public static Parse ( string iso8601String ) : IXmpDateTime | ||
iso8601String | string | a date string that is ISO 8601 conform. |
리턴 | IXmpDateTime |
public static Parse ( string iso8601String, IXmpDateTime binValue ) : IXmpDateTime | ||
iso8601String | string | a date string that is ISO 8601 conform. |
binValue | IXmpDateTime | an existing XMPDateTime to set with the parsed date |
리턴 | IXmpDateTime |
public static Render ( IXmpDateTime dateTime ) : string | ||
dateTime | IXmpDateTime | an XMPDateTime-object. |
리턴 | string |