AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkDateTime.Create Method

Initializes the date/time structure.

Syntax
Pascal
class function Create(const Year: Integer; const Month: Integer; const Day: Integer; const Hours: Integer; const Minutes: Integer; const Seconds: Integer): TAgkDateTime; static;
Parameters 
Description 
const Year: Integer 
The year component of the date. 
const Month: Integer 
The month component of the date (1-12). 
const Hours: Integer 
The hours component of the time (0-23). 
const Minutes: Integer 
The minutes component of the time (0-59). 
const Seconds: Integer 
The seconds component of the time (0-59).
TAgkDateTime 
Days 
The day component of the date (1-31). 
Copyright (c) 2012. All rights reserved.