MindFusion.Scheduling for Silverlight Programmer's Guide
TimeRange.Second Property
See Also
 





Gets or sets the second time span defining the current time range.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public TimeSpan Second { get; set; }

Visual Basic  Copy Code

Public Property Second As TimeSpan

 Property Value

A .NET TimeSpan object.

 Remarks

This property will always hold the value of the later time span.

 See Also

TimeRange Members
TimeRange Class
MindFusion.DataViews.Silverlight Namespace