Click or drag to resize

ReplayStartLocationDate Class

version: 10.22.0
The ReplayStartLocationDate class represents a Replay Start from a given DateTime. The DateTime is always converted to UTC time. for ReplayStartLocation
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingReplayStartLocation
    SolaceSystems.Solclient.MessagingReplayStartLocationDate

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
[SerializableAttribute]
public sealed class ReplayStartLocationDate : ReplayStartLocation, 
	ISerializable

The ReplayStartLocationDate type exposes the following members.

Methods
  NameDescription
Public methodEquals
Implement an equality method for ReplayStartLocationDate
(Overrides ObjectEquals(Object).)
Public methodGetDate
Return the DateTime in this object. The time is returned is always UTC.
Public methodGetHashCode
Use the default getHashCode()
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Implement serialization method for DateTime, just store the Ticks
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetDate
Set the DateTime on this object. If the date parameter is not already given as UTC it is converted to UTC.
Public methodToString
Creates and returns a string representation of the ReplayStartLocation
(Overrides ObjectToString.)
Top
See Also