Click or drag to resize
CacheableDate Constructor (DateTime)
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: 9.0.6.18
Syntax
public CacheableDate(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
A System.DateTime value to initialize this instance.
See Also