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; }
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; }