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

In This Topic
    CreatedTime Property (BuiltInPropertyCollection)
    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