Table of Contents

Class SignupTime

Namespace
Crews.PlanningCenter.Api.Registrations.V2025_05_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the SignupTime resource.

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

Constructors

SignupTime()

public SignupTime()

SignupTime(SignupTime)

protected SignupTime(SignupTime original)

Parameters

original SignupTime

Properties

AllDay

Whether or not the signup time is all day.

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

Property Value

bool?

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

DateTime?

EndsAt

End date and time of signup time.

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

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

StartsAt

Start date and time of signup time.

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

Property Value

DateTime?

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

DateTime?

Methods

Equals(SignupTime?)

public virtual bool Equals(SignupTime? other)

Parameters

other SignupTime

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 ==(SignupTime?, SignupTime?)

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

Parameters

left SignupTime
right SignupTime

Returns

bool

operator !=(SignupTime?, SignupTime?)

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

Parameters

left SignupTime
right SignupTime

Returns

bool