nn::fnd::DateTime::FromParameters Member Function#include <nn/fnd.h> static DateTime FromParameters( const DateTimeParameters & dateTimeParameters );
| Name | Description | |
|---|---|---|
| in | dateTimeParameters | Specifies a DateTimeParameters object. |
DateTime object set to the specified date and time. Generates a DateTime object from a year, month, day, hour, minute, and second value.
The day of the week is ignored if specified using the DateTimeParameters argument.
Specify a valid calendar date/time. The results are indeterminate if an invalid date is specified. You can use IsValidParameters to check whether the specified date/time is valid.
CONFIDENTIAL