_OlkDateControl.Date Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the currently selected DateTime value with the time set to 12:00 AM. Read/write.
public:
property DateTime Date { DateTime get(); void set(DateTime value); };
public DateTime Date { get; set; }
Public Property Date As DateTime
Property Value
Remarks
When getting this property, the default value is the current date with the time set to 12:00 AM. When setting this property, any time information will be ignored; the time will be set to 12:00 AM.