UtilityTimeSince1904 Method |
Adds a number of seconds to 1/1/1904 00:00 reference date.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static DateTime TimeSince1904(
ulong seconds
)
Public Shared Function TimeSince1904 (
seconds As ULong
) As DateTime
public:
static DateTime TimeSince1904(
unsigned long long seconds
)
static member TimeSince1904 :
seconds : uint64 -> DateTime
Parameters
- seconds
- Type: SystemUInt64
The seconds to add.
Return Value
Type:
DateTime
Sum of values.
See Also