AVEVA Database .NET Public Interface

DbElement.GetDateTime Method 

Get Date-Time Attribute value on Element. This method throws an exception if attribute is invalid.

public abstract DateTime GetDateTime(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

Date-time value

See Also

DbElement Class | Aveva.Pdms.Database Namespace