Skip to main content
Skip table of contents

Iso8601Converter

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
ReturnsName
IXmpDateTimeParse(...)
stringRender(IXmpDateTime dateTime)

Details

Summary

Converts between ISO 8601 Strings and

Calendar

Methods

Parse [1/2]

Source code

public static IXmpDateTime Parse(string iso8601String)
Arguments
TypeNameDescription
stringiso8601String
Parse [2/2]

Source code

public static IXmpDateTime Parse(string iso8601String, IXmpDateTime binValue)
Arguments
TypeNameDescription
stringiso8601Stringa date string that is ISO 8601 conform.
IXmpDateTimebinValuean existing XMPDateTime to set with the parsed date
Returns

Returns an XMPDateTime-object containing the ISO8601-date.

Exceptions
NameDescription
XmpExceptionIs thrown when the string is non-conform.
Render

Source code

public static string Render(IXmpDateTime dateTime)
Arguments
TypeNameDescription
IXmpDateTimedateTime

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.