TimeStamp Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TimeStamp() | |
TimeStamp(DateTime) |
TimeStamp()
public:
TimeStamp();
public TimeStamp ();
Public Sub New ()
Applies to
TimeStamp(DateTime)
public:
TimeStamp(DateTime time);
public TimeStamp (DateTime time);
new Microsoft.RuleEngine.TimeStamp : DateTime -> Microsoft.RuleEngine.TimeStamp
Public Sub New (time As DateTime)
Parameters
- time
- DateTime