Selerix Developer Tools
LimitDate Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportSchedule Class : LimitDate Field
The end date
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public LimitDate As Nullable(Of Date)
'Usage
 
Dim instance As ReportSchedule
Dim value As Nullable(Of Date)
 
value = instance.LimitDate
 
instance.LimitDate = value
[XmlIgnore()]
public Nullable<DateTime> LimitDate
public field LimitDate: Nullable; 
XmlIgnoreAttribute()
public var LimitDate : Nullable;
[XmlIgnore()]
public: Nullable<DateTime> LimitDate
[XmlIgnore()]
public:
Nullable<DateTime> LimitDate
See Also

Reference

ReportSchedule Class
ReportSchedule Members