[Overview][Constants][Types][Classes][Procedures and functions][Index] |
String representation for the DateTime property.
Source position: calendar.pp line 111
public property TCustomCalendar.Date : string |
Date is a String property that represents the value in DateTime as a string data type. Reading the value in Date calls the GetProps method to get the current value for DateTime, and converts it to its string representation. Setting the value in Date calls the SetProps method to store the new value for both Date and DateTime.
Raises an EInvalidDate exception when Date contains an invalid date value.