Click or drag to resize
UtilityTimeSince1904 Method
Adds a number of seconds to 1/1/1904 00:00 reference date.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static DateTime TimeSince1904(
	ulong seconds
)

Parameters

seconds
Type: SystemUInt64
The seconds to add.

Return Value

Type: DateTime
Sum of values.
See Also