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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
dateTime) |
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 |
|---|---|---|
|
|
iso8601String |
Parse [2/2]
Source code
public static IXmpDateTime Parse(string iso8601String, IXmpDateTime binValue)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
iso8601String |
a date string that is ISO 8601 conform. |
|
|
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
|
Type |
Name |
Description |
|---|---|---|
|
|
dateTime |
Generated with ModularDoc