Message Duration Property | MSG .NET Class Library |
Contains appointment's duration in minutes.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public long Duration { get; set; }
public long Duration { get; set; }
Public Property Duration As Long Get Set
Public Property Duration As Long Get Set
Dim instance As Message Dim value As Long value = instance.Duration instance.Duration = value
Dim instance As Message Dim value As Long value = instance.Duration instance.Duration = value
/** @property */ public long get_Duration() /** @property */ public void set_Duration(long value)
/** @property */ public long get_Duration() /** @property */ public void set_Duration(long value)
function get Duration () : long function set Duration (value : long)
function get Duration () : long function set Duration (value : long)
function get_Duration(); function set_Duration(value);
function get_Duration(); function set_Duration(value);
Property Value
Type:
The duration.
See Also