WeatherMakerDayNightCycleManagerScriptDateTime Property |
Get a date time object representing the current year, month, day and time of day in local time
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public DateTime DateTime { get; set; }
Public Property DateTime As DateTime
Get
Set
public:
property DateTime DateTime {
DateTime get ();
void set (DateTime value);
}
member DateTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also