Aracılığıyla paylaş


XrmTimeSpan.Days Property

Definition

Gets the number of whole days represented by the current XrmTimeSpan structure.

public:
 property int Days { int get(); void set(int value); };
public int Days { get; set; }
member this.Days : int with get, set
Public Property Days As Integer

Property Value

The number of whole days represented by the current XrmTimeSpan structure.

Remarks

The value of this property is an Int32 type that is the day component of this instance. The return value can be positive or negative.

Applies to