Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PagePrintInfo Class / DateTime Property


In This Topic
    DateTime Property (PagePrintInfo)
    In This Topic
    Gets or sets the current date time.
    Syntax
    'Declaration
     
    
    Public Property DateTime As Date
    'Usage
     
    
    Dim instance As PagePrintInfo
    Dim value As Date
     
    instance.DateTime = value
     
    value = instance.DateTime
    public DateTime DateTime {get; set;}
    See Also