SimpleTimeAddMinutes Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Adds a specific number of minutes to this instance. This operation must not result in a value that exceeds MaxValue (23:59) or is less than MinValue (00:00)

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void AddMinutes(
	int minutes
)

Parameters

minutes
Type: SystemInt32
The minutes to add
Exceptions

ExceptionCondition
OverflowException The value added will result in a value that is larger or lesser that the value that can be stored in this instance
See Also

Reference