vfp date and time picker控件有关问题

vfp date and time picker控件问题
搜索关于date and time picker的帖子,没有找到答案。问题很简单,比如我要查找两个日期之间的记录,起止日期分别是两个控件的值。请问如何读取控件的值

------解决方案--------------------
自己此前做过一个,可以参考下:

VB.NET code
With thisform.Ole_DateTime
    *获取/设置 年:
    .year [ = nValue]

    *获取/设置 月:
    .month [ = nValue]
    
    *获取/设置 日:
    .day [ = nValue]
    
    *关于时、分、秒也是这样的,可参考练习下……
Endwith

------解决方案--------------------
thisform.olecontrol1._Value
------解决方案--------------------
探讨
thisform.olecontrol1._Value