Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrinted method

BuiltInDocumentPropertyCollection::SetLastPrinted method

Gets or sets the date when the document was last printed in local timezone.

void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrinted(const Date &value)

Remarks

If the document was never printed, this property will return DateTime.MinValue.

Aspose.Cells does not update this property when you modify the document.

See Also