DateSerialItem UseCurrentDate
Gets or Sets whether the current date should be used for this date serial item.
public bool UseCurrentDate {get;Set} |
Return value
bool | TRUE if the current date is used. |
Example
Copy
// Use current date
dateSerialitem.UseCurrentDate = true;