CacheableDateValue Property |
Gets the System.DateTime value.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic DateTime Value { get; }
Public ReadOnly Property Value As DateTime
Get
public:
property DateTime Value {
DateTime get ();
}
member Value : DateTime with get
Property Value
Type:
DateTime
See Also