CacheableDateCreate Method (DateTime) |
Static function that returns a new instance initialized to the
given System.DateTime value.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableDate Create(
DateTime dateTime
)
Public Shared Function Create (
dateTime As DateTime
) As CacheableDate
public:
static CacheableDate^ Create(
DateTime dateTime
)
static member Create :
dateTime : DateTime -> CacheableDate
Parameters
- dateTime
- Type: SystemDateTime
Return Value
Type:
CacheableDate
See Also