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+e1037fa8802b3ff162e26559d763b73334940b70
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