ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFileInfo Class / CreateTimeDate Property




In This Topic
    CreateTimeDate Property
    In This Topic
    Gets the creation date of the file.
    Syntax
    'Declaration
     
    Public ReadOnly Property CreateTimeDate As String
    'Usage
     
    Dim instance As ImGearFileInfo
    Dim value As String
     
    value = instance.CreateTimeDate
    public string CreateTimeDate {get;}
    public: __property string* get_CreateTimeDate();
    public:
    property String^ CreateTimeDate {
       String^ get();
    }

    Property Value

    String time data.
    See Also