Click or drag to resize
UtilitySecondsSince1904 Method
Returns the seconds that have passed since 1/1/1904 0:00

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

Parameters

date
Type: SystemDateTime
Date/Time of the date.

Return Value

Type: UInt64
The number of seconds that have passed.
See Also