Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / SetNow Method


In This Topic
    SetNow Method
    In This Topic
    Resets the value to System.DateTime.Now.
    Syntax
    'Declaration
     
    
    Public Sub SetNow() 
    'Usage
     
    
    Dim instance As GcDateTime
     
    instance.SetNow()
    public void SetNow()
    Remarks
    This method is mainly used for the GcShortcut. The EditBase.ReadOnly property effects this method.
    See Also