.net - C#: DateTimePicker control's default timezone -


What is the default timezone / type for .NET's DateTimePicker's DtateTime value. Is this UTC or machine's local time zone at run time, or is the machine time zone where my code was compiled? Or will it be unclear if the code is not explicitly specified within the code?

The default time zone will be local timezone in the code implemented of the machine


Comments