XmpCalendar Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp iTextSharp.xmp.XmpCalendar[[XmpCalendar]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Constructors
XmpCalendar [1/4]
Source code
public XmpCalendar(DateTime dt, TimeZone tz)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dt |
|
|
|
tz |
XmpCalendar [2/4]
Source code
public XmpCalendar(DateTime dt)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dt |
XmpCalendar [3/4]
Source code
public XmpCalendar(TimeZone tz)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tz |
XmpCalendar [4/4]
Source code
public XmpCalendar()
Properties
DateTime
public virtual DateTime DateTime { get; set; }
TimeZone
public virtual TimeZone TimeZone { get; set; }
TimeInMillis
public virtual long TimeInMillis { get; set; }
Generated with ModularDoc