Click or drag to resize
IdmResourceAttrToDateTime Method
Convert the named attribute to a DateTime value

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
protected DateTime AttrToDateTime(
	string attrName
)

Parameters

attrName
Type: SystemString
Attribute Name

Return Value

Type: DateTime
DateTime value (Nullable)
See Also