This document is archived and information here might be outdated. Recommended version. |
Time slice left bound.
[Visual Basic .NET]
Public Property FromDate As DateTime
[C#]
public DateTime FromDate {get; set;}
[C++]
HRESULT get_FromDate(
System.DateTime* pFrom
);
[C++]
HRESULT put_FromDate(
DATE pFrom
);
[C++] Parameters pFrom [out, retval]
pFrom is a parameter of type DATE* pFrom [in]
pFrom is a parameter of type DATE