Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
This page lists the properties that are members of Visual Basic modules. Other properties that are members of specific Visual Basic objects are listed in Objects.
Visual Basic Properties
| Property | Description |
|---|---|
| DateString | Returns or sets a String value representing the current date according to your system. |
| Now | Returns a Date value containing the current date and time according to your system. |
| ScriptEngine | Returns a String representing the runtime currently in use. |
| ScriptEngineBuildVersion | Returns an Integer containing the build version number of the runtime currently in use. |
| ScriptEngineMajorVersion | Returns an Integer containing the major version number of the runtime currently in use. |
| ScriptEngineMinorVersion | Returns an Integer containing the minor version number of the runtime currently in use. |
| TimeOfDay | Returns or sets a Date value containing the current time of day according to your system. |
| Timer | Returns a Double value representing the number of seconds elapsed since midnight. |
| TimeString | Returns or sets a String value representing the current time of day according to your system. |
| Today | Returns or sets a Date value containing the current date according to your system. |
See also
Συνεργαστείτε μαζί μας στο GitHub
Η πηγή για αυτό το περιεχόμενο βρίσκεται στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να ελέγξετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεισφερόντων.