Table of Contents

Property EndTime

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

EndTime

The time at which the event will end, or null if it doesn't have an end time.

[JsonProperty("scheduled_end_time")]
public DateTimeOffset? EndTime { get; }

Property Value

DateTimeOffset?