[SerializableAttribute]
public sealed class ReplayStartLocationDate : ReplayStartLocation,
ISerializable
Equals |
Implement an equality method for ReplayStartLocationDate
(Overrides ObjectEquals(Object)) |
GetDate | Return the DateTime in this object. The time is returned is always UTC. |
GetHashCode |
Use the default getHashCode()
(Overrides ObjectGetHashCode) |
GetObjectData | Implement serialization method for DateTime, just store the Ticks |
GetType | Gets the Type of the current instance. (Inherited from Object) |
SetDate | Set the DateTime on this object. If the date parameter is not already given as UTC it is converted to UTC. |
ToString |
Creates and returns a string representation of the ReplayStartLocation
(Overrides ObjectToString) |