Servertec getSeconds( )
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Config
Context
Cookie
Date
after( )
before( )
ctime( )
Date( )
equals( )
getDay( )
getHours( )
getMinutes( )
getMonth( )
Date_getSeconds( )
getTime( )
getTimezone( )
getWeekday( )
getYear( )
now( )
setHours( )
setMinutes( )
setMonth( )
setSeconds( )
setTime( )
setYear( )
toGMTString( )
toLocaleString( )
toString( )

Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
RequestDispatcher
Response
Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable

Return

 

Returns the seconds represented in the specified date object.

Syntax

    getSeconds( date )
    date.getSeconds( )

Parameters

    date the date object.

Returns

    integer a value between 0 and 59.

Example

    iDate1 = Date( )
    print( iDate.getSeconds( ) )
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:25 EDT 2005