About: SetTime   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

function SetTime (int nHour,int nMinute = 0 ,int nSecond = 0,int nMillisecond = 0) Set the time to the time specified. * nHour: should be from 0 to 23 inclusive * nMinute: should be from 0 to 59 inclusive * nSecond: should be from 0 to 59 inclusive * nMillisecond: should be from 0 to 999 inclusive 1. * Time can only be advanced forwards; attempting to set the time backwards will result in the day advancing and then the time being set to that specified, e.g. if the current hour is 15 and then the hour is set to 3, the day will be advanced by 1 and the hour will be set to 3. 2. * If values larger than the max hour, minute, second or millisecond are specified, they will be wrapped around and the overflow will be used to advance the next field, e.g. specifying 62 hours,

AttributesValues
rdfs:label
  • SetTime
  • SetTime
rdfs:comment
  • Plik do załączenia: (nie wymagany) Parametry: * nHour - liczba naturalna, godzina * nMinute - liczba naturalna, minuta (domyślnie = 0) * nSecond - liczba naturalna, sekunda (domyślnie = 0) * nMillisecond - liczba naturalna, milisekunda (domyślnie = 0)
  • function SetTime (int nHour,int nMinute = 0 ,int nSecond = 0,int nMillisecond = 0) Set the time to the time specified. * nHour: should be from 0 to 23 inclusive * nMinute: should be from 0 to 59 inclusive * nSecond: should be from 0 to 59 inclusive * nMillisecond: should be from 0 to 999 inclusive 1. * Time can only be advanced forwards; attempting to set the time backwards will result in the day advancing and then the time being set to that specified, e.g. if the current hour is 15 and then the hour is set to 3, the day will be advanced by 1 and the hour will be set to 3. 2. * If values larger than the max hour, minute, second or millisecond are specified, they will be wrapped around and the overflow will be used to advance the next field, e.g. specifying 62 hours,
sameAs
dcterms:subject
dbkwik:nwn2/proper...iPageUsesTemplate
abstract
  • Plik do załączenia: (nie wymagany) Parametry: * nHour - liczba naturalna, godzina * nMinute - liczba naturalna, minuta (domyślnie = 0) * nSecond - liczba naturalna, sekunda (domyślnie = 0) * nMillisecond - liczba naturalna, milisekunda (domyślnie = 0)
  • function SetTime (int nHour,int nMinute = 0 ,int nSecond = 0,int nMillisecond = 0) Set the time to the time specified. * nHour: should be from 0 to 23 inclusive * nMinute: should be from 0 to 59 inclusive * nSecond: should be from 0 to 59 inclusive * nMillisecond: should be from 0 to 999 inclusive 1. * Time can only be advanced forwards; attempting to set the time backwards will result in the day advancing and then the time being set to that specified, e.g. if the current hour is 15 and then the hour is set to 3, the day will be advanced by 1 and the hour will be set to 3. 2. * If values larger than the max hour, minute, second or millisecond are specified, they will be wrapped around and the overflow will be used to advance the next field, e.g. specifying 62 hours, 250 minutes, 10 seconds and 10 milliseconds will result in the calendar day being advanced by 2 and the time being set to 18 hours, 10 minutes, 10 milliseconds. * Return type: void * Include file: nwscriptdefn
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software