ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_SYSTEM_SETTINGS property
Represents the scheduled time, in ticks, after which the system settings are backed up.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_SYSTEM_SETTINGS As Long
Get
Set
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleRow
Dim value As Long
value = instance.WADMIN_SYSTEM_SETTINGS
instance.WADMIN_SYSTEM_SETTINGS = value
public long WADMIN_SYSTEM_SETTINGS { get; set; }
Property value
Type: System.Int64
Remarks
To calculate the scheduled time in ticks, convert the hours and minutes for the desired time to ticks, and then add that number of ticks to the number of ticks for the current day.
Note
A setting of zero ticks directs the server to not back up the system settings.
See also
Reference
ArchiveScheduleDataSet.ArchiveScheduleRow class