ITimeZonesDiaryTimeZoneLocationId Property |
Returns the current Diary TimeZoneLocationId. If there is no Application running this will default to the time-zone location id of the database.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint DiaryTimeZoneLocationId { get; set; }
Property DiaryTimeZoneLocationId As Integer
Get
Set
Dim instance As ITimeZones
Dim value As Integer
value = instance.DiaryTimeZoneLocationId
instance.DiaryTimeZoneLocationId = value
property int DiaryTimeZoneLocationId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also