IDiaryOwnerCurrentStartTime Property |
Current start time
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort CurrentStartTime { get; set; }
Property CurrentStartTime As Short
Get
Set
Dim instance As IDiaryOwner
Dim value As Short
value = instance.CurrentStartTime
instance.CurrentStartTime = value
property short CurrentStartTime {
short get ();
void set (short value);
}
Property Value
Type:
Int16
See Also