Click or drag to resize

SecurIdTokenConvertToSecuridDate Method

Converts a DateTime instance to a SecurID® date value.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
protected ushort ConvertToSecuridDate(
	DateTime date
)

Parameters

date
Type: SystemDateTime
The DateTime instance to be converted.

Return Value

Type: UInt16
The number of days difference between date and January 1, 2000 UTC.
See Also