Click or drag to resize

Date   Conversion (Date to UInt32)

Converts a date to an unsigned integer.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public static explicit operator uint (
	Date d
)

Parameters

d  Date
The date to convert.

Return Value

UInt32
The unsigned number representing the date.
See Also