QueryFilterRuleDataGetProperDateTimeValue Method |
Helper method to convert this.Value into a proper DateTime or NullableT value.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxprotected Object GetProperDateTimeValue()
Protected Function GetProperDateTimeValue As Object
protected:
Object^ GetProperDateTimeValue()
member GetProperDateTimeValue : unit -> Object
Return Value
Type:
ObjectThe valid
DateTime or
NullableT object.
See Also