CacheableDate Constructor (DateTime) |
Initializes a new instance of the CacheableDate to the
given System.DateTime value.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableDate(
DateTime dateTime
)
Public Sub New (
dateTime As DateTime
)
public:
CacheableDate(
DateTime dateTime
)
new :
dateTime : DateTime -> CacheableDate
Parameters
- dateTime
- Type: SystemDateTime
A System.DateTime value to initialize this instance.
See Also