Click or drag to resize

SecurIdTokenConvertToSecuridDate Method

Converts a DateTime instance to a SecurID® date value.

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.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