Click or drag to resize

SecurIdTokenConvertSecuridDate Method

Converts a SecurID® date value (unsigned short) to a DateTime instance.

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
protected DateTime ConvertSecuridDate(
	ushort securdIdDate
)

Parameters

securdIdDate
Type: SystemUInt16
An unsigned short value representing a date/time as the number of days since January 1, 2000 UTC.

Return Value

Type: DateTime
A DateTime instance initialized to the date/time represented by securdIdDate.
See Also