Class ItemTime
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_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
originalItemTime
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
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
Methods
Equals(ItemTime?)
public virtual bool Equals(ItemTime? other)
Parameters
otherItemTime
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(ItemTime?, ItemTime?)
public static bool operator ==(ItemTime? left, ItemTime? right)
Parameters
Returns
operator !=(ItemTime?, ItemTime?)
public static bool operator !=(ItemTime? left, ItemTime? right)