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


In This Topic
    SetNow Method (GcDateTime)
    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 ReadOnly property effects this method.
    See Also