SimpleTime Constructor (Int32, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Initializes a new SimpleTime.

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

public SimpleTime(
	int hours,
	int minutes
)

Parameters

hours
Type: SystemInt32
The hour part of the SimpleTime instance.
minutes
Type: SystemInt32
The minute part of the SimpleTime instance.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Either the or argument has a value that exceeds the maximum value allowed or is less than the minimum value allowed.
See Also

Reference