OlkDateControl.Date Property

Outlook Developer Reference

Returns or sets the currently selected date value with the time set to 12:00 AM. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Date

expression   A variable that represents an OlkDateControl object.

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.

See Also