application class : Nonce getter

Description

Returns a value that indicates the date and time the application was started.

Syntax

instance.Nonce

Arguments

None.

Return value

ClassDescription
longA value that indicates the date and time the application was started.

Sample code

1:

application app;

2:

long nonce = app.Nonce;

Notes

It is a number of 100 nanosecond intervals that indicates the elapsed time from midnight January 1, 0001 in the Gregorian calendar to the date and time the application was started.

Links for reference

Copyright © Cooker All rights reserved.