Table of Contents

Class ItemTime

Namespace
Crews.PlanningCenter.Api.Services.V2018_11_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the ItemTime resource.

public record ItemTime : IEquatable<ItemTime>
Inheritance
ItemTime
Implements
Inherited Members

Constructors

ItemTime()

public ItemTime()

ItemTime(ItemTime)

protected ItemTime(ItemTime original)

Parameters

original ItemTime

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Exclude

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("exclude")]
public bool? Exclude { get; init; }

Property Value

bool?

Length

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("length")]
public int? Length { get; init; }

Property Value

int?

LengthOffset

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("length_offset")]
public int? LengthOffset { get; init; }

Property Value

int?

LiveEndAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("live_end_at")]
public DateTime? LiveEndAt { get; init; }

Property Value

DateTime?

LiveStartAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("live_start_at")]
public DateTime? LiveStartAt { get; init; }

Property Value

DateTime?

Methods

Equals(ItemTime?)

public virtual bool Equals(ItemTime? other)

Parameters

other ItemTime

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ItemTime?, ItemTime?)

public static bool operator ==(ItemTime? left, ItemTime? right)

Parameters

left ItemTime
right ItemTime

Returns

bool

operator !=(ItemTime?, ItemTime?)

public static bool operator !=(ItemTime? left, ItemTime? right)

Parameters

left ItemTime
right ItemTime

Returns

bool