Iso8601Converter Public class
Description
Converts between ISO 8601 Strings and ...
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.xmp.impl
iTextSharp.xmp.impl.Iso8601Converter[[Iso8601Converter]]
end
Members
Methods
Public Static methods
Details
Summary
Converts between ISO 8601 Strings and
Calendar
Methods
Parse [1/2]
Source code
public static IXmpDateTime Parse(string iso8601String)
Arguments
Type | Name | Description |
---|
string | iso8601String | |
Parse [2/2]
Source code
public static IXmpDateTime Parse(string iso8601String, IXmpDateTime binValue)
Arguments
Type | Name | Description |
---|
string | iso8601String | a date string that is ISO 8601 conform. |
IXmpDateTime | binValue | an existing XMPDateTime to set with the parsed date |
Returns
Returns an XMPDateTime-object containing the ISO8601-date.
Exceptions
Name | Description |
---|
XmpException | Is thrown when the string is non-conform. |
Render
Source code
public static string Render(IXmpDateTime dateTime)
Arguments
Generated with ModularDoc