UtilitySecondsSince1904 Method |
Returns the seconds that have passed since 1/1/1904 0:00
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static ulong SecondsSince1904(
DateTime date
)
Public Shared Function SecondsSince1904 (
date As DateTime
) As ULong
public:
static unsigned long long SecondsSince1904(
DateTime date
)
static member SecondsSince1904 :
date : DateTime -> uint64
Parameters
- date
- Type: SystemDateTime
Date/Time of the date.
Return Value
Type:
UInt64
The number of seconds that have passed.
See Also