Public Member Functions | |
| CacheableDate (DateTime dateTime) | |
| CacheableDate () | |
| virtual Boolean | Equals (Object^ obj) override |
| virtual Boolean | Equals (ICacheableKey^ other) |
| virtual IGFSerializable^ | FromData (DataInput^ input) |
| virtual Int32 | GetHashCode () override |
| virtual void | ToData (DataOutput^ output) |
| virtual String^ | ToString () override |
Static Public Attributes | |
| static initonly DateTime | EpochTime |
Properties | |
| virtual Byte | ClassId [get] |
| virtual UInt32 | ObjectSize [get] |
| DateTime | Value [get] |
| GemStone::GemFire::Cache::CacheableDate::CacheableDate | ( | ) | [inline] |
Allocates a new default instance.
| GemStone::GemFire::Cache::CacheableDate::CacheableDate | ( | DateTime | dateTime | ) |
Initializes a new instance of the CacheableDate to the given System.DateTime value.
| dateTime | A System.DateTime value to initialize this instance. |
| virtual Boolean GemStone::GemFire::Cache::CacheableDate::Equals | ( | Object^ | obj | ) | [override, virtual] |
Return true if this key matches other object.
| virtual Boolean GemStone::GemFire::Cache::CacheableDate::Equals | ( | ICacheableKey^ | other | ) | [virtual] |
Return true if this key matches other object.
Implements GemStone::GemFire::Cache::ICacheableKey.
| virtual IGFSerializable ^ GemStone::GemFire::Cache::CacheableDate::FromData | ( | DataInput^ | input | ) | [virtual] |
Deserialize this object, typical implementation should return the 'this' pointer.
| input | the DataInput stream to use for reading the object data |
Implements GemStone::GemFire::Cache::IGFSerializable.
| virtual Int32 GemStone::GemFire::Cache::CacheableDate::GetHashCode | ( | ) | [override, virtual] |
Return the hashcode for this key.
Implements GemStone::GemFire::Cache::ICacheableKey.
| virtual void GemStone::GemFire::Cache::CacheableDate::ToData | ( | DataOutput^ | output | ) | [virtual] |
Serializes this object.
| output | the DataOutput object to use for serializing the object |
Implements GemStone::GemFire::Cache::IGFSerializable.
| virtual String ^ GemStone::GemFire::Cache::CacheableDate::ToString | ( | ) | [override, virtual] |
Return a string representation of the object.
Implements GemStone::GemFire::Cache::IGFSerializable.
initonly DateTime GemStone::GemFire::Cache::CacheableDate::EpochTime [static, initonly] |
Initial value:
DateTime( 1970, 1, 1,
0, 0, 0, DateTimeKind::Utc )
DataTime value since 1/1/1970
virtual Byte GemStone::GemFire::Cache::CacheableDate::ClassId [get] |
Returns the classId of the instance being serialized. This is used by deserialization to determine what instance type to create and deserialize into.
Implements GemStone::GemFire::Cache::IGFSerializable.
virtual UInt32 GemStone::GemFire::Cache::CacheableDate::ObjectSize [get] |
return the size of this object in bytes
return the size of this object in bytes
Implements GemStone::GemFire::Cache::IGFSerializable.
DateTime GemStone::GemFire::Cache::CacheableDate::Value [get] |
Gets the System.DateTime value.