Property Modified
Modified
Gets or sets the value written as <meta property="dcterms:modified">, in
the YYYY-MM-DDTHH:MM:SSZ form EPUB requires. Defaults to
2000-01-01T00:00:00Z.
public string Modified { get; set; }
Property Value
Remarks
A fixed default rather than the current time, for the same reason the ZIP entries carry a fixed timestamp: reading the clock would make the output differ on every run and break the byte-identity guarantee. A caller who wants a real modification date supplies one and owns its stability.
Exceptions
- ArgumentException
The value is empty.