ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Workbook Class / Created Property






In This Topic
    Created Property
    In This Topic
    Gets or sets the created time.
    Syntax
    'Declaration
     
    
    Public Property Created As System.Date
    'Usage
     
    
    Dim instance As Workbook
    Dim value As System.Date
     
    instance.Created = value
     
    value = instance.Created
    public System.DateTime Created {get; set;}
    public read-write property Created: System.DateTime; 
    public function get,set Created : System.DateTime
    public: __property System.DateTime get_Created();
    public: __property void set_Created( 
       System.DateTime value
    );
    public:
    property System.DateTime Created {
       System.DateTime get();
       void set (    System.DateTime value);
    }
    See Also