DocumentProperty.ToDateTime

DocumentProperty.ToDateTime method

Returns the property value as DateTime in local timezone.

public DateTime ToDateTime()

Remarks

Throws an exception if the property type is not PropertyType.Date.

See Also