Show / Hide Table of Contents

Class TimeOff

System record for leave/time-off from a Human Capital Management (HCM) system.

Inheritance
object
TimeOff
Implements
IMessage<TimeOff>
IEquatable<TimeOff>
IDeepCloneable<TimeOff>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class TimeOff : IMessage<TimeOff>, IEquatable<TimeOff>, IDeepCloneable<TimeOff>, IBufferMessage, IMessage

Constructors

TimeOff()

Declaration
public TimeOff()

TimeOff(TimeOff)

Declaration
public TimeOff(TimeOff other)
Parameters
Type Name Description
TimeOff other

Properties

Description

Description of the leave if available (e.g. 'Vacation').

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Interval

Interval duration of the leave.

Declaration
public Interval Interval { get; set; }
Property Value
Type Description
Interval
In this article
Back to top Generated by DocFX