[This is preliminary documentation and is subject to change.]
The date and time of the start of the event.
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DateTime StartDatetime { get; set; } |
Visual Basic (Declaration) |
---|
Public Property StartDatetime As DateTime |
Visual C++ |
---|
public: property DateTime StartDatetime { DateTime get (); void set (DateTime value); } |