Google Cloud Talent Solution v4 API - Class TimestampRange (2.5.0)

public sealed class TimestampRange : IMessage<TimestampRange>, IEquatable<TimestampRange>, IDeepCloneable<TimestampRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class TimestampRange.

Message representing a period of time between two timestamps.

Inheritance

object > TimestampRange

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

TimestampRange()

public TimestampRange()

TimestampRange(TimestampRange)

public TimestampRange(TimestampRange other)
Parameter
NameDescription
otherTimestampRange

Properties

EndTime

public Timestamp EndTime { get; set; }

End of the period (exclusive).

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Begin of the period (inclusive).

Property Value
TypeDescription
Timestamp