TimeInfo.Start Field
Specifies the start time for the block of time.
Syntax
[Visual Basic .NET]
Public Field Start As CrmDateTime
[C#]
public CrmDateTime Start;
[JScript]
public var Start : CrmDateTime;
Remarks
Represents a field of type CrmDateTime.
See Also