Class PlanTime
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the PlanTime resource.
public record PlanTime : IEquatable<PlanTime>
- Inheritance
-
PlanTime
- Implements
- Inherited Members
Constructors
PlanTime()
public PlanTime()
PlanTime(PlanTime)
protected PlanTime(PlanTime original)
Parameters
originalPlanTime
Properties
CreatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
EndsAt
Planned end time.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ends_at")]
public DateTime? EndsAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
LiveEndsAt
End time as recorded by Services LIVE.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("live_ends_at")]
public DateTime? LiveEndsAt { get; init; }
Property Value
LiveStartsAt
Start time as recorded by Services LIVE.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("live_starts_at")]
public DateTime? LiveStartsAt { get; init; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
Recorded
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("recorded")]
public bool? Recorded { get; init; }
Property Value
- bool?
StartsAt
Planned start time.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("starts_at")]
public DateTime? StartsAt { get; init; }
Property Value
TeamReminders
A Hash that maps a Team ID to a reminder value. If nothing is specified, no reminder is set for that team. A reminder value is an integer (0-7) equal to the number of days before the selected time a reminder should be sent.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("team_reminders")]
public JsonArray? TeamReminders { get; init; }
Property Value
TimeType
Possible values are:
- rehearsal
- service
- other
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("time_type")]
public string? TimeType { get; init; }
Property Value
UpdatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }
Property Value
Methods
Equals(PlanTime?)
public virtual bool Equals(PlanTime? other)
Parameters
otherPlanTime
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 ==(PlanTime?, PlanTime?)
public static bool operator ==(PlanTime? left, PlanTime? right)
Parameters
Returns
operator !=(PlanTime?, PlanTime?)
public static bool operator !=(PlanTime? left, PlanTime? right)