Click or drag to resize
CacheableDateCreate Method (DateTime)
Static function that returns a new instance initialized 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 static CacheableDate Create(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime

Return Value

Type: CacheableDate
See Also