Spread WinForms 15
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()
Remarks
This method is mainly used for the GcShortcut. The EditBase.ReadOnly property effects this method.
See Also