Initializes a new instance of the CacheableDate to the
given System.DateTime value.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public CacheableDate( DateTime dateTime ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ dateTime As DateTime _ ) |
| Visual C++ |
|---|
public: CacheableDate ( DateTime dateTime ) |
Parameters
- dateTime
- DateTime
A System.DateTime value to initialize this instance.
See Also
CacheableDate Class
GemStone.GemFire.Cache Namespace