TimeInfo.Start Property

 

Applies To: Dynamics CRM 2015

Gets or sets the start time for the block.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public Nullable<DateTime> Start { get; set; }
public:
[DataMemberAttribute]
property Nullable<DateTime> Start {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member Start : Nullable<DateTime> with get, set
<DataMemberAttribute>
Public Property Start As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

Type: Nullable<DateTime>
The start time for the block.

See Also

TimeInfo Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright