Table of Contents

Method GetDateTimeOffset

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

GetDateTimeOffset(long, bool)

Helper method to create a System.DateTimeOffset from Unix time seconds for targets that do not support this natively.

public static DateTimeOffset GetDateTimeOffset(long unixTime, bool shouldThrow = true)

Parameters

unixTime long

Unix time seconds to convert.

shouldThrow bool

Whether the method should throw on failure. Defaults to true.

Returns

DateTimeOffset

Calculated System.DateTimeOffset.