ArcFM Engine Developer Guide
SelectedTime Property


Gets or sets the selected timestamp
Syntax
'Declaration
 
Public Property SelectedTime As Nullable(Of TimeSpan)
'Usage
 
Dim instance As TimePicker
Dim value As Nullable(Of TimeSpan)
 
instance.SelectedTime = value
 
value = instance.SelectedTime
public Nullable<TimeSpan> SelectedTime {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TimePicker Class
TimePicker Members

 

 


Send Comment