Share via


XamlDirect.GetDateTimeProperty(IXamlDirectObject, XamlPropertyIndex) Method

Definition

Gets the value of a DateTimeOffset property for a specific IXamlDirectObject.

public:
 virtual DateTime GetDateTimeProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetDateTimeProperty;
DateTime GetDateTimeProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public System.DateTimeOffset GetDateTimeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getDateTimeProperty(xamlDirectObject, propertyIndex)
Public Function GetDateTimeProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As DateTimeOffset

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the DateTimeOffset property to get the value of from the list of supported properties in XamlPropertyIndex enum.

Returns

DateTimeOffset value of the specified property.

Applies to

See also