SpreadsheetGear 2023
LastPrintDate Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : LastPrintDate Property
Gets or sets the last print date and time or null if the "Last print time" property is undefined. All retunred times will be DateTimeKind.Utc, and non-Utc DateTime's will be converted to DateTimeKind.Utc at the time they are set. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property.
Syntax
'Declaration
 
Property LastPrintDate As System.Nullable(Of Date)
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.Nullable(Of Date)
 
instance.LastPrintDate = value
 
value = instance.LastPrintDate
System.Nullable<DateTime> LastPrintDate {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBuiltinDocumentProperties Interface
IBuiltinDocumentProperties Members
LastSaveTime Property
LastAuthor Property
CreationDate Property