Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / CreatedTime Property

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