WorkOrderSchedule..::..SelectedDateTime Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterialsUI.Schedule
Assembly:  JiwaBillOfMaterialsUI (in JiwaBillOfMaterialsUI.dll)

Syntax


public DateTime SelectedDateTime { get; set; }
Public Property SelectedDateTime As DateTime
	Get
	Set
public:
property DateTime^ SelectedDateTime {
	DateTime^ get ();
	void set (DateTime^ value);
}