Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / CreatedTime Property

In This Topic
    CreatedTime Property (GcWordLayout)
    In This Topic
    Gets or sets date of the document creation in UTC (for export to PDF).
    Syntax
    'Declaration
     
    Public Property CreatedTime As System.Nullable(Of Date)
    public System.Nullable<DateTime> CreatedTime {get; set;}
    See Also